#63261C

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

Shades of Caput Mortuum #63261C

Tints of Caput Mortuum #63261C

Color information

#63261C (or 0x63261C) is unknown color: approx Caput Mortuum. HEX triplet: 63, 26 and 1C. RGB value is (99,38,28). Sum of RGB (Red+Green+Blue) = 99+38+28=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63261C is #9CD9E3. Grayscale: #373737. Windows color (decimal): -10279396 or 1844835. OLE color: 1844835.

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

Color convert

RGB993828-
CMYK00.620.720.61
HSL8.45º55.91%24.9%-
HSV(B)8.45º71.72%38.82%-
XYZ6.054.121.58-
YUV55.1112.71159.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 38 (15.23% from 255) = 23.03%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=60%
G=23.03%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99382800.620.720.618.4555.9124.9
Hex63261C03E483D83819
Octal143463407611075107031
Binary11000111001101110001111101001000111101100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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