#60251B

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

Shades of Caput Mortuum #60251B

Tints of Caput Mortuum #60251B

Color information

#60251B (or 0x60251B) is unknown color: approx Caput Mortuum. HEX triplet: 60, 25 and 1B. RGB value is (96,37,27). Sum of RGB (Red+Green+Blue) = 96+37+27=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 27 (10.94% from 255 or 16.88% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #60251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60251B is #9FDAE4. Grayscale: #353535. Windows color (decimal): -10476261 or 1779040. OLE color: 1779040.

HSL color Cylindrical-coordinate representation of color #60251B: hue angle of 8.7º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60251B is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB963727-
CMYK00.610.720.62
HSL8.7º56.1%24.12%-
HSV(B)8.7º71.88%37.65%-
XYZ5.683.891.49-
YUV53.5113.05158.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 27 (10.94% from 255) = 16.88%
R=60%
G=23.12%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96372700.610.720.628.756.124.12
Hex60251B03D483E93818
Octal140453307511076117030
Binary11000001001011101101111011001000111110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60251B; }

 p { color: rgb(96,37,27); }

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

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

 a { background-color: rgb(96,37,27); }

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

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

 span { border-color: rgb(96,37,27); }

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