Html Css Color HEX #521D0A Caput Mortuum

📋 copy color: '#521D0A'

red 82 ◦ green 29 ◦ blue 10

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

Shades of Caput Mortuum #521D0A

Tints of Caput Mortuum #521D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.26%

R = 67.77%
G = 23.97%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#521D0A (or 0x521D0A) is known color: Caput Mortuum. HEX triplet: 52, 1D and 0A. RGB value is (82,29,10). Sum of RGB (Red+Green+Blue) = 82+29+10=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D0A is #ADE2F5. Grayscale: #2A2A2A. Windows color (decimal): -11395830 or 662866. OLE color: 662866.

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

Color convert

RGB 82 29 10 -
CMYK 0 0.65 0.88 0.68
HSL 15.83º 0.78% 0.18% -
HSV(B) 15.83º 0.88% 0.32% -
XYZ 3.97 2.69 0.6 -
YUV 42.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 82 29 10 0 0.65 0.88 0.68 15.83 0.78 0.18
Hex 52 1D A 0 41 58 44 10 4E 12
Octal 122 35 12 0 101 130 104 20 116 22
Binary 1010010 11101 1010 0 1000001 1011000 1000100 10000 1001110 10010

Color Harmonies of #521D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D0A

Black with #521D0A

Text Example


Text Example

White with #521D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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