#632113

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

Shades of Caput Mortuum #632113

Tints of Caput Mortuum #632113

Color information

#632113 (or 0x632113) is unknown color: approx Caput Mortuum. HEX triplet: 63, 21 and 13. RGB value is (99,33,19). Sum of RGB (Red+Green+Blue) = 99+33+19=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #632113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632113 is #9CDEEC. Grayscale: #333333. Windows color (decimal): -10280685 or 1253731. OLE color: 1253731.

HSL color Cylindrical-coordinate representation of color #632113: hue angle of 10.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632113 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB993319-
CMYK00.670.810.61
HSL10.5º67.8%23.14%-
HSV(B)10.5º80.81%38.82%-
XYZ5.813.791.04-
YUV51.14109.87162.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.56%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=65.56%
G=21.85%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99331900.670.810.6110.567.823.14
Hex632113043513Db4417
Octal14341230103121751310427
Binary1100011100001100110100001110100011111011011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632113; }

 p { color: rgb(99,33,19); }

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

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

 a { background-color: rgb(99,33,19); }

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

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

 span { border-color: rgb(99,33,19); }

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