Html Css Color HEX #531F16 Caput Mortuum

📋 copy color: '#531F16'

red 83 ◦ green 31 ◦ blue 22

#531F16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #531F16

Tints of Caput Mortuum #531F16

RGB

 RED value IS 83 (32.81% from 255) = 61.03%

 GREEN value IS 31 (12.5% from 255) = 22.79%

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 61.03%
G = 22.79%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531F16 (or 0x531F16) is known color: Caput Mortuum. HEX triplet: 53, 1F and 16. RGB value is (83,31,22). Sum of RGB (Red+Green+Blue) = 83+31+22=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F16 is #ACE0E9. Grayscale: #2D2D2D. Windows color (decimal): -11329770 or 1449811. OLE color: 1449811.

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

Color convert

RGB 83 31 22 -
CMYK 0 0.63 0.73 0.67
HSL 8.85º 0.58% 0.21% -
HSV(B) 8.85º 0.73% 0.33% -
XYZ 4.2 2.88 1.09 -
YUV 45.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 83 31 22 0 0.63 0.73 0.67 8.85 0.58 0.21
Hex 53 1F 16 0 3F 49 43 9 3A 15
Octal 123 37 26 0 77 111 103 11 72 25
Binary 1010011 11111 10110 0 111111 1001001 1000011 1001 111010 10101

Color Harmonies of #531F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531F16

Black with #531F16

Text Example


Text Example

White with #531F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #531F16;
 }
 .AnyTagClassName
 {
   color: #531F16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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