Html Css Color HEX #531D15 Caput Mortuum

📋 copy color: '#531D15'

red 83 ◦ green 29 ◦ blue 21

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

Shades of Caput Mortuum #531D15

Tints of Caput Mortuum #531D15

RGB

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

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

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

R = 62.41%
G = 21.8%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531D15 (or 0x531D15) is known color: Caput Mortuum. HEX triplet: 53, 1D and 15. RGB value is (83,29,21). Sum of RGB (Red+Green+Blue) = 83+29+21=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D15 is #ACE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11330283 or 1383763. OLE color: 1383763.

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

Color convert

RGB 83 29 21 -
CMYK 0 0.65 0.75 0.67
HSL 7.74º 0.6% 0.2% -
HSV(B) 7.74º 0.75% 0.33% -
XYZ 4.14 2.77 1.03 -
YUV 44.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 83 29 21 0 0.65 0.75 0.67 7.74 0.6 0.2
Hex 53 1D 15 0 41 4B 43 8 3C 14
Octal 123 35 25 0 101 113 103 10 74 24
Binary 1010011 11101 10101 0 1000001 1001011 1000011 1000 111100 10100

Color Harmonies of #531D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D15

Black with #531D15

Text Example


Text Example

White with #531D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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