#5A251C

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

Shades of Caput Mortuum #5A251C

Tints of Caput Mortuum #5A251C

Color information

#5A251C (or 0x5A251C) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 25 and 1C. RGB value is (90,37,28). Sum of RGB (Red+Green+Blue) = 90+37+28=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A251C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A251C is #A5DAE3. Grayscale: #333333. Windows color (decimal): -10869476 or 1844570. OLE color: 1844570.

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

Color convert

RGB903728-
CMYK00.590.690.65
HSL8.71º52.54%23.14%-
HSV(B)8.71º68.89%35.29%-
XYZ5.093.581.52-
YUV51.82114.56155.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.06%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 28 (11.33% from 255) = 18.06%
R=58.06%
G=23.87%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90372800.590.690.658.7152.5423.14
Hex5A251C03B454193517
Octal1324534073105101116527
Binary101101010010111100011101110001011000001100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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