#642B25

Color #642B25 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #642B25

Tints of Caput Mortuum #642B25

Color information

#642B25 (or 0x642B25) is unknown color: approx Caput Mortuum. HEX triplet: 64, 2B and 25. RGB value is (100,43,37). Sum of RGB (Red+Green+Blue) = 100+43+37=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #642B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B25 is #9BD4DA. Grayscale: #3B3B3B. Windows color (decimal): -10212571 or 2435940. OLE color: 2435940.

HSL color Cylindrical-coordinate representation of color #642B25: hue angle of 5.71º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #642B25 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB1004337-
CMYK00.570.630.61
HSL5.71º45.99%26.86%-
HSV(B)5.71º63%39.22%-
XYZ6.454.572.29-
YUV59.36115.38156.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=55.56%
G=23.89%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100433700.570.630.615.7145.9926.86
Hex642B250393F3D62e1b
Octal1445345071777565633
Binary1100100101011100101011100111111111110111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642B25; }

 p { color: rgb(100,43,37); }

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

<style>
 a { background-color: #642B25; }

 a { background-color: rgb(100,43,37); }

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

<style>
 span { border-color: #642B25; }

 span { border-color: rgb(100,43,37); }

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