#642A21

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

Shades of Caput Mortuum #642A21

Tints of Caput Mortuum #642A21

Color information

#642A21 (or 0x642A21) is unknown color: approx Caput Mortuum. HEX triplet: 64, 2A and 21. RGB value is (100,42,33). Sum of RGB (Red+Green+Blue) = 100+42+33=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #642A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642A21 is #9BD5DE. Grayscale: #3A3A3A. Windows color (decimal): -10212831 or 2173540. OLE color: 2173540.

HSL color Cylindrical-coordinate representation of color #642A21: hue angle of 8.06º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642A21 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB1004233-
CMYK00.580.670.61
HSL8.06º50.38%26.08%-
HSV(B)8.06º67%39.22%-
XYZ6.364.481.97-
YUV58.32113.72157.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 33 (13.28% from 255) = 18.86%
R=57.14%
G=24%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100423300.580.670.618.0650.3826.08
Hex642A2103A433D8321a
Octal144524107210375106232
Binary110010010101010000101110101000011111101100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,42,33); }

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

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

 a { background-color: rgb(100,42,33); }

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

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

 span { border-color: rgb(100,42,33); }

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