Html Css Color HEX #521F15 Caput Mortuum

📋 copy color: '#521F15'

red 82 ◦ green 31 ◦ blue 21

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

Shades of Caput Mortuum #521F15

Tints of Caput Mortuum #521F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.13%

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

R = 61.19%
G = 23.13%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#521F15 (or 0x521F15) is known color: Caput Mortuum. HEX triplet: 52, 1F and 15. RGB value is (82,31,21). Sum of RGB (Red+Green+Blue) = 82+31+21=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #521F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F15 is #ADE0EA. Grayscale: #2D2D2D. Windows color (decimal): -11395307 or 1384274. OLE color: 1384274.

HSL color Cylindrical-coordinate representation of color #521F15: hue angle of 9.84º 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 #521F15 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 21 -
CMYK 0 0.62 0.74 0.68
HSL 9.84º 0.59% 0.2% -
HSV(B) 9.84º 0.74% 0.32% -
XYZ 4.11 2.83 1.04 -
YUV 45.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 82 31 21 0 0.62 0.74 0.68 9.84 0.59 0.2
Hex 52 1F 15 0 3E 4A 44 A 3B 14
Octal 122 37 25 0 76 112 104 12 73 24
Binary 1010010 11111 10101 0 111110 1001010 1000100 1010 111011 10100

Color Harmonies of #521F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F15

Black with #521F15

Text Example


Text Example

White with #521F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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