#632A1C

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

Shades of Caput Mortuum #632A1C

Tints of Caput Mortuum #632A1C

Color information

#632A1C (or 0x632A1C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 2A and 1C. RGB value is (99,42,28). Sum of RGB (Red+Green+Blue) = 99+42+28=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #632A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632A1C is #9CD5E3. Grayscale: #393939. Windows color (decimal): -10278372 or 1845859. OLE color: 1845859.

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

Color convert

RGB994228-
CMYK00.580.720.61
HSL11.83º55.91%24.9%-
HSV(B)11.83º71.72%38.82%-
XYZ6.184.391.62-
YUV57.45111.38157.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 28 (11.33% from 255) = 16.57%
R=58.58%
G=24.85%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99422800.580.720.6111.8355.9124.9
Hex632A1C03A483Dc3819
Octal143523407211075147031
Binary11000111010101110001110101001000111101110011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632A1C; }

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

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

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

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

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

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

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

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