#7A1530

Color #7A1530 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #7A1530

Tints of Claret #7A1530

Color information

#7A1530 (or 0x7A1530) is unknown color: approx Claret. HEX triplet: 7A, 15 and 30. RGB value is (122,21,48). Sum of RGB (Red+Green+Blue) = 122+21+48=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1530 is #85EACF. Grayscale: #363636. Windows color (decimal): -8776400 or 3151226. OLE color: 3151226.

HSL color Cylindrical-coordinate representation of color #7A1530: hue angle of 343.96º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1530 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB1222148-
CMYK00.830.610.52
HSL343.96º70.63%28.04%-
HSV(B)343.96º82.79%47.84%-
XYZ8.834.893.27-
YUV54.28124.46176.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 63.87%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=63.87%
G=10.99%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122214800.830.610.52343.9670.6328.04
Hex7A15300533D34158471c
Octal17225600123756453010734
Binary11110101010111000001010011111101110100101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A1530; }

 p { color: rgb(122,21,48); }

 H1.HeaderClassName
 {
   color: #7A1530;
 }
 .AnyTagClassName
 {
   color: #7A1530;
 }
</style>
background-color css

<style>
 a { background-color: #7A1530; }

 a { background-color: rgb(122,21,48); }

 div.DivClassName
 {
   background-color: #7A1530;
 }
 .BgClassName
 {
   background-color: #7A1530;
 }
</style>
border-color css

<style>
 span { border-color: #7A1530; }

 span { border-color: rgb(122,21,48); }

 td.TdClassName
 {
   border-color: #7A1530;
 }
 .TagClassName
 {
   border-color: #7A1530;
 }
</style>