Html Css Color HEX #531D13 Caput Mortuum

📋 copy color: '#531D13'

red 83 ◦ green 29 ◦ blue 19

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

Shades of Caput Mortuum #531D13

Tints of Caput Mortuum #531D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 63.36%
G = 22.14%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531D13 (or 0x531D13) is known color: Caput Mortuum. HEX triplet: 53, 1D and 13. RGB value is (83,29,19). Sum of RGB (Red+Green+Blue) = 83+29+19=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #531D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D13 is #ACE2EC. Grayscale: #2C2C2C. Windows color (decimal): -11330285 or 1252691. OLE color: 1252691.

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

Color convert

RGB 83 29 19 -
CMYK 0 0.65 0.77 0.67
HSL 9.38º 0.63% 0.2% -
HSV(B) 9.38º 0.77% 0.33% -
XYZ 4.12 2.76 0.93 -
YUV 44.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 83 29 19 0 0.65 0.77 0.67 9.38 0.63 0.2
Hex 53 1D 13 0 41 4D 43 9 3F 14
Octal 123 35 23 0 101 115 103 11 77 24
Binary 1010011 11101 10011 0 1000001 1001101 1000011 1001 111111 10100

Color Harmonies of #531D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D13

Black with #531D13

Text Example


Text Example

White with #531D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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