#63291C

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

Shades of Caput Mortuum #63291C

Tints of Caput Mortuum #63291C

Color information

#63291C (or 0x63291C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 29 and 1C. RGB value is (99,41,28). Sum of RGB (Red+Green+Blue) = 99+41+28=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63291C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63291C is #9CD6E3. Grayscale: #383838. Windows color (decimal): -10278628 or 1845603. OLE color: 1845603.

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

Color convert

RGB994128-
CMYK00.590.720.61
HSL10.99º55.91%24.9%-
HSV(B)10.99º71.72%38.82%-
XYZ6.154.321.61-
YUV56.86111.72158.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 28 (11.33% from 255) = 16.67%
R=58.93%
G=24.40%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99412800.590.720.6110.9955.9124.9
Hex63291C03B483Db3819
Octal143513407311075137031
Binary11000111010011110001110111001000111101101111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63291C; }

 p { color: rgb(99,41,28); }

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

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

 a { background-color: rgb(99,41,28); }

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

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

 span { border-color: rgb(99,41,28); }

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