#642317

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

Shades of Caput Mortuum #642317

Tints of Caput Mortuum #642317

Color information

#642317 (or 0x642317) is unknown color: approx Caput Mortuum. HEX triplet: 64, 23 and 17. RGB value is (100,35,23). Sum of RGB (Red+Green+Blue) = 100+35+23=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #642317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642317 is #9BDCE8. Grayscale: #353535. Windows color (decimal): -10214633 or 1516388. OLE color: 1516388.

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

Color convert

RGB1003523-
CMYK00.650.770.61
HSL9.35º62.6%24.12%-
HSV(B)9.35º77%39.22%-
XYZ6.013.971.26-
YUV53.07111.03161.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.29%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=63.29%
G=22.15%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100352300.650.770.619.3562.624.12
Hex6423170414D3D93f18
Octal1444327010111575117730
Binary110010010001110111010000011001101111101100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642317; }

 p { color: rgb(100,35,23); }

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

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

 a { background-color: rgb(100,35,23); }

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

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

 span { border-color: rgb(100,35,23); }

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