#642719

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

Shades of Caput Mortuum #642719

Tints of Caput Mortuum #642719

Color information

#642719 (or 0x642719) is unknown color: approx Caput Mortuum. HEX triplet: 64, 27 and 19. RGB value is (100,39,25). Sum of RGB (Red+Green+Blue) = 100+39+25=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #642719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642719 is #9BD8E6. Grayscale: #373737. Windows color (decimal): -10213607 or 1648484. OLE color: 1648484.

HSL color Cylindrical-coordinate representation of color #642719: hue angle of 11.2º 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 #642719 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1003925-
CMYK00.610.750.61
HSL11.2º60%24.51%-
HSV(B)11.2º75%39.22%-
XYZ6.164.231.41-
YUV55.64110.71159.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=60.98%
G=23.78%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100392500.610.750.6111.26024.51
Hex64271903D4B3Db3c19
Octal144473107511375137431
Binary11001001001111100101111011001011111101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642719; }

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

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

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

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

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

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

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

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