#64192F

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

Shades of Claret #64192F

Tints of Claret #64192F

Color information

#64192F (or 0x64192F) is unknown color: approx Claret. HEX triplet: 64, 19 and 2F. RGB value is (100,25,47). Sum of RGB (Red+Green+Blue) = 100+25+47=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #64192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64192F is #9BE6D0. Grayscale: #313131. Windows color (decimal): -10217169 or 3086692. OLE color: 3086692.

HSL color Cylindrical-coordinate representation of color #64192F: hue angle of 342.4º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64192F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB1002547-
CMYK00.750.530.61
HSL342.4º60%24.51%-
HSV(B)342.4º75%39.22%-
XYZ6.123.613.06-
YUV49.93126.35163.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 25 (10.16% from 255) = 14.53%
BLUE value IS 47 (18.75% from 255) = 27.33%
R=58.14%
G=14.53%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100254700.750.530.61342.46024.51
Hex64192F04B353D1563c19
Octal1443157011365755267431
Binary1100100110011011110100101111010111110110101011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64192F; }

 p { color: rgb(100,25,47); }

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

<style>
 a { background-color: #64192F; }

 a { background-color: rgb(100,25,47); }

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

<style>
 span { border-color: #64192F; }

 span { border-color: rgb(100,25,47); }

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