Html Css Color HEX #531D10 Caput Mortuum

📋 copy color: '#531D10'

red 83 ◦ green 29 ◦ blue 16

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

Shades of Caput Mortuum #531D10

Tints of Caput Mortuum #531D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 64.84%
G = 22.66%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#531D10 (or 0x531D10) is known color: Caput Mortuum. HEX triplet: 53, 1D and 10. RGB value is (83,29,16). Sum of RGB (Red+Green+Blue) = 83+29+16=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D10 is #ACE2EF. Grayscale: #2B2B2B. Windows color (decimal): -11330288 or 1056083. OLE color: 1056083.

HSL color Cylindrical-coordinate representation of color #531D10: hue angle of 11.64º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531D10 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 16 -
CMYK 0 0.65 0.81 0.67
HSL 11.64º 0.68% 0.19% -
HSV(B) 11.64º 0.81% 0.33% -
XYZ 4.1 2.76 0.81 -
YUV 43.66 112.39 156.06 -
System Red Green Blue C M Y K H S L
Decimal 83 29 16 0 0.65 0.81 0.67 11.64 0.68 0.19
Hex 53 1D 10 0 41 51 43 C 44 13
Octal 123 35 20 0 101 121 103 14 104 23
Binary 1010011 11101 10000 0 1000001 1010001 1000011 1100 1000100 10011

Color Harmonies of #531D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D10

Black with #531D10

Text Example


Text Example

White with #531D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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