#531F1A

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

Shades of Caput Mortuum #531F1A

Tints of Caput Mortuum #531F1A

Color information

#531F1A (or 0x531F1A) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1F and 1A. RGB value is (83,31,26). Sum of RGB (Red+Green+Blue) = 83+31+26=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F1A is #ACE0E5. Grayscale: #2E2E2E. Windows color (decimal): -11329766 or 1711955. OLE color: 1711955.

HSL color Cylindrical-coordinate representation of color #531F1A: hue angle of 5.26º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531F1A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB833126-
CMYK00.630.690.67
HSL5.26º52.29%21.37%-
HSV(B)5.26º68.67%32.55%-
XYZ4.242.891.31-
YUV45.98116.73154.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=59.29%
G=22.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83312600.630.690.675.2652.2921.37
Hex531F1A03F454353415
Octal123373207710510356425
Binary1010011111111101001111111000101100001110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531F1A; }

 p { color: rgb(83,31,26); }

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

<style>
 a { background-color: #531F1A; }

 a { background-color: rgb(83,31,26); }

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

<style>
 span { border-color: #531F1A; }

 span { border-color: rgb(83,31,26); }

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