#63281C

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

Shades of Caput Mortuum #63281C

Tints of Caput Mortuum #63281C

Color information

#63281C (or 0x63281C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 28 and 1C. RGB value is (99,40,28). Sum of RGB (Red+Green+Blue) = 99+40+28=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63281C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63281C is #9CD7E3. Grayscale: #383838. Windows color (decimal): -10278884 or 1845347. OLE color: 1845347.

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

Color convert

RGB994028-
CMYK00.600.720.61
HSL10.14º55.91%24.9%-
HSV(B)10.14º71.72%38.82%-
XYZ6.114.251.6-
YUV56.27112.05158.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=59.28%
G=23.95%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99402800.600.720.6110.1455.9124.9
Hex63281C03C483Da3819
Octal143503407411075127031
Binary11000111010001110001111001001000111101101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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