#5A231F

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

Shades of Caput Mortuum #5A231F

Tints of Caput Mortuum #5A231F

Color information

#5A231F (or 0x5A231F) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 23 and 1F. RGB value is (90,35,31). Sum of RGB (Red+Green+Blue) = 90+35+31=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A231F is #A5DCE0. Grayscale: #333333. Windows color (decimal): -10869985 or 2040666. OLE color: 2040666.

HSL color Cylindrical-coordinate representation of color #5A231F: hue angle of 4.07º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A231F is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB903531-
CMYK00.610.660.65
HSL4.07º48.76%23.73%-
HSV(B)4.07º65.56%35.29%-
XYZ5.063.471.7-
YUV50.99116.72155.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=57.69%
G=22.44%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90353100.610.660.654.0748.7623.73
Hex5A231F03D424143118
Octal132433707510210146130
Binary10110101000111111101111011000010100000110011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,31); }

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

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

 a { background-color: rgb(90,35,31); }

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

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

 span { border-color: rgb(90,35,31); }

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