Html Css Color HEX #531D11 Caput Mortuum

📋 copy color: '#531D11'

red 83 ◦ green 29 ◦ blue 17

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

Shades of Caput Mortuum #531D11

Tints of Caput Mortuum #531D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.48%

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

R = 64.34%
G = 22.48%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#531D11 (or 0x531D11) is known color: Caput Mortuum. HEX triplet: 53, 1D and 11. RGB value is (83,29,17). Sum of RGB (Red+Green+Blue) = 83+29+17=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D11 is #ACE2EE. Grayscale: #2B2B2B. Windows color (decimal): -11330287 or 1121619. OLE color: 1121619.

HSL color Cylindrical-coordinate representation of color #531D11: hue angle of 10.91º 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 #531D11 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 17 -
CMYK 0 0.65 0.80 0.67
HSL 10.91º 0.66% 0.2% -
HSV(B) 10.91º 0.8% 0.33% -
XYZ 4.11 2.76 0.85 -
YUV 43.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 83 29 17 0 0.65 0.80 0.67 10.91 0.66 0.2
Hex 53 1D 11 0 41 50 43 B 42 14
Octal 123 35 21 0 101 120 103 13 102 24
Binary 1010011 11101 10001 0 1000001 1010000 1000011 1011 1000010 10100

Color Harmonies of #531D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D11

Black with #531D11

Text Example


Text Example

White with #531D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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