Html Css Color HEX #531E15 Caput Mortuum

📋 copy color: '#531E15'

red 83 ◦ green 30 ◦ blue 21

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

Shades of Caput Mortuum #531E15

Tints of Caput Mortuum #531E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 61.94%
G = 22.39%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531E15 (or 0x531E15) is known color: Caput Mortuum. HEX triplet: 53, 1E and 15. RGB value is (83,30,21). Sum of RGB (Red+Green+Blue) = 83+30+21=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E15 is #ACE1EA. Grayscale: #2C2C2C. Windows color (decimal): -11330027 or 1384019. OLE color: 1384019.

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

Color convert

RGB 83 30 21 -
CMYK 0 0.64 0.75 0.67
HSL 8.71º 0.6% 0.2% -
HSV(B) 8.71º 0.75% 0.33% -
XYZ 4.17 2.82 1.03 -
YUV 44.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 83 30 21 0 0.64 0.75 0.67 8.71 0.6 0.2
Hex 53 1E 15 0 40 4B 43 9 3C 14
Octal 123 36 25 0 100 113 103 11 74 24
Binary 1010011 11110 10101 0 1000000 1001011 1000011 1001 111100 10100

Color Harmonies of #531E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E15

Black with #531E15

Text Example


Text Example

White with #531E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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