#632313

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

Shades of Caput Mortuum #632313

Tints of Caput Mortuum #632313

Color information

#632313 (or 0x632313) is unknown color: approx Caput Mortuum. HEX triplet: 63, 23 and 13. RGB value is (99,35,19). Sum of RGB (Red+Green+Blue) = 99+35+19=153 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.71% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 99 - color contains mainly: red. Hex color #632313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632313 is #9CDCEC. Grayscale: #343434. Windows color (decimal): -10280173 or 1254243. OLE color: 1254243.

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

Color convert

RGB993519-
CMYK00.650.810.61
HSL12º67.8%23.14%-
HSV(B)12º80.81%38.82%-
XYZ5.863.91.06-
YUV52.31109.2161.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 64.71%
GREEN value IS 35 (14.06% from 255) = 22.88%
BLUE value IS 19 (7.81% from 255) = 12.42%
R=64.71%
G=22.88%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99351900.650.810.611267.823.14
Hex632313041513Dc4417
Octal14343230101121751410427
Binary1100011100011100110100000110100011111011100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632313; }

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

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

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

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

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

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

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

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