#63271C

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

Shades of Caput Mortuum #63271C

Tints of Caput Mortuum #63271C

Color information

#63271C (or 0x63271C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 27 and 1C. RGB value is (99,39,28). Sum of RGB (Red+Green+Blue) = 99+39+28=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63271C is #9CD8E3. Grayscale: #373737. Windows color (decimal): -10279140 or 1845091. OLE color: 1845091.

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

Color convert

RGB993928-
CMYK00.610.720.61
HSL9.3º55.91%24.9%-
HSV(B)9.3º71.72%38.82%-
XYZ6.084.191.59-
YUV55.69112.38158.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=59.64%
G=23.49%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99392800.610.720.619.355.9124.9
Hex63271C03D483D93819
Octal143473407511075117031
Binary11000111001111110001111011001000111101100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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