#7A1936

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

Shades of Claret #7A1936

Tints of Claret #7A1936

Color information

#7A1936 (or 0x7A1936) is unknown color: approx Claret. HEX triplet: 7A, 19 and 36. RGB value is (122,25,54). Sum of RGB (Red+Green+Blue) = 122+25+54=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1936 is #85E6C9. Grayscale: #393939. Windows color (decimal): -8775370 or 3545466. OLE color: 3545466.

HSL color Cylindrical-coordinate representation of color #7A1936: hue angle of 342.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1936 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB1222554-
CMYK00.800.560.52
HSL342.06º65.99%28.82%-
HSV(B)342.06º79.51%47.84%-
XYZ9.045.14-
YUV57.31126.14174.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 25 (10.16% from 255) = 12.44%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=60.70%
G=12.44%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122255400.800.560.52342.0665.9928.82
Hex7A19360503834156421d
Octal17231660120706452610235
Binary11110101100111011001010000111000110100101010110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,54); }

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

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

 a { background-color: rgb(122,25,54); }

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

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

 span { border-color: rgb(122,25,54); }

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