#64271A

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

Shades of Caput Mortuum #64271A

Tints of Caput Mortuum #64271A

Color information

#64271A (or 0x64271A) is unknown color: approx Caput Mortuum. HEX triplet: 64, 27 and 1A. RGB value is (100,39,26). Sum of RGB (Red+Green+Blue) = 100+39+26=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64271A is #9BD8E5. Grayscale: #373737. Windows color (decimal): -10213606 or 1714020. OLE color: 1714020.

HSL color Cylindrical-coordinate representation of color #64271A: hue angle of 10.54º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64271A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1003926-
CMYK00.610.740.61
HSL10.54º58.73%24.71%-
HSV(B)10.54º74%39.22%-
XYZ6.174.231.47-
YUV55.76111.21159.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=60.61%
G=23.64%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100392600.610.740.6110.5458.7324.71
Hex64271A03D4A3Db3b19
Octal144473207511275137331
Binary11001001001111101001111011001010111101101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64271A; }

 p { color: rgb(100,39,26); }

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

<style>
 a { background-color: #64271A; }

 a { background-color: rgb(100,39,26); }

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

<style>
 span { border-color: #64271A; }

 span { border-color: rgb(100,39,26); }

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