Html Css Color HEX #531E13 Caput Mortuum

📋 copy color: '#531E13'

red 83 ◦ green 30 ◦ blue 19

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

Shades of Caput Mortuum #531E13

Tints of Caput Mortuum #531E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

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

R = 62.88%
G = 22.73%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531E13 (or 0x531E13) is known color: Caput Mortuum. HEX triplet: 53, 1E and 13. RGB value is (83,30,19). Sum of RGB (Red+Green+Blue) = 83+30+19=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #531E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E13 is #ACE1EC. Grayscale: #2C2C2C. Windows color (decimal): -11330029 or 1252947. OLE color: 1252947.

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

Color convert

RGB 83 30 19 -
CMYK 0 0.64 0.77 0.67
HSL 10.31º 0.63% 0.2% -
HSV(B) 10.31º 0.77% 0.33% -
XYZ 4.15 2.81 0.94 -
YUV 44.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 83 30 19 0 0.64 0.77 0.67 10.31 0.63 0.2
Hex 53 1E 13 0 40 4D 43 A 3F 14
Octal 123 36 23 0 100 115 103 12 77 24
Binary 1010011 11110 10011 0 1000000 1001101 1000011 1010 111111 10100

Color Harmonies of #531E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E13

Black with #531E13

Text Example


Text Example

White with #531E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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