#5A251B

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

Shades of Caput Mortuum #5A251B

Tints of Caput Mortuum #5A251B

Color information

#5A251B (or 0x5A251B) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 25 and 1B. RGB value is (90,37,27). Sum of RGB (Red+Green+Blue) = 90+37+27=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A251B is #A5DAE4. Grayscale: #333333. Windows color (decimal): -10869477 or 1779034. OLE color: 1779034.

HSL color Cylindrical-coordinate representation of color #5A251B: hue angle of 9.52º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A251B is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB903727-
CMYK00.590.700.65
HSL9.52º53.85%22.94%-
HSV(B)9.52º70%35.29%-
XYZ5.083.581.46-
YUV51.71114.06155.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.44%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=58.44%
G=24.03%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90372700.590.700.659.5253.8522.94
Hex5A251B03B4641a3617
Octal1324533073106101126627
Binary101101010010111011011101110001101000001101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A251B; }

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

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

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

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

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

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

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

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