#64182F

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

Shades of Claret #64182F

Tints of Claret #64182F

Color information

#64182F (or 0x64182F) is unknown color: approx Claret. HEX triplet: 64, 18 and 2F. RGB value is (100,24,47). Sum of RGB (Red+Green+Blue) = 100+24+47=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64182F is #9BE7D0. Grayscale: #313131. Windows color (decimal): -10217425 or 3086436. OLE color: 3086436.

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

Color convert

RGB1002447-
CMYK00.760.530.61
HSL341.84º61.29%24.31%-
HSV(B)341.84º76%39.22%-
XYZ6.13.573.06-
YUV49.35126.68164.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=58.48%
G=14.04%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100244700.760.530.61341.8461.2924.31
Hex64182F04C353D1563d18
Octal1443057011465755267530
Binary1100100110001011110100110011010111110110101011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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