Html Css Color HEX #531B11 Caput Mortuum

📋 copy color: '#531B11'

red 83 ◦ green 27 ◦ blue 17

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

Shades of Caput Mortuum #531B11

Tints of Caput Mortuum #531B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.26%

 BLUE value IS 17 (7.03% from 255) = 13.39%

R = 65.35%
G = 21.26%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#531B11 (or 0x531B11) is known color: Caput Mortuum. HEX triplet: 53, 1B and 11. RGB value is (83,27,17). Sum of RGB (Red+Green+Blue) = 83+27+17=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #531B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B11 is #ACE4EE. Grayscale: #2A2A2A. Windows color (decimal): -11330799 or 1121107. OLE color: 1121107.

HSL color Cylindrical-coordinate representation of color #531B11: hue angle of 9.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531B11 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 17 -
CMYK 0 0.67 0.80 0.67
HSL 9.09º 0.66% 0.2% -
HSV(B) 9.09º 0.8% 0.33% -
XYZ 4.06 2.66 0.83 -
YUV 42.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 83 27 17 0 0.67 0.80 0.67 9.09 0.66 0.2
Hex 53 1B 11 0 43 50 43 9 42 14
Octal 123 33 21 0 103 120 103 11 102 24
Binary 1010011 11011 10001 0 1000011 1010000 1000011 1001 1000010 10100

Color Harmonies of #531B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B11

Black with #531B11

Text Example


Text Example

White with #531B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,27,17); }

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

background-color css

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

 a { background-color: rgb(83,27,17); }

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

border-color css

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

 span { border-color: rgb(83,27,17); }

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