Html Css Color HEX #521D15 Caput Mortuum

📋 copy color: '#521D15'

red 82 ◦ green 29 ◦ blue 21

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

Shades of Caput Mortuum #521D15

Tints of Caput Mortuum #521D15

RGB

 RED value IS 82 (32.42% from 255) = 62.12%

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

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

R = 62.12%
G = 21.97%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#521D15 (or 0x521D15) is known color: Caput Mortuum. HEX triplet: 52, 1D and 15. RGB value is (82,29,21). Sum of RGB (Red+Green+Blue) = 82+29+21=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #521D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D15 is #ADE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11395819 or 1383762. OLE color: 1383762.

HSL color Cylindrical-coordinate representation of color #521D15: hue angle of 7.87º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521D15 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 21 -
CMYK 0 0.65 0.74 0.68
HSL 7.87º 0.59% 0.2% -
HSV(B) 7.87º 0.74% 0.32% -
XYZ 4.05 2.73 1.02 -
YUV 43.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 82 29 21 0 0.65 0.74 0.68 7.87 0.59 0.2
Hex 52 1D 15 0 41 4A 44 8 3B 14
Octal 122 35 25 0 101 112 104 10 73 24
Binary 1010010 11101 10101 0 1000001 1001010 1000100 1000 111011 10100

Color Harmonies of #521D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D15

Black with #521D15

Text Example


Text Example

White with #521D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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