Html Css Color HEX #521D0D Caput Mortuum

📋 copy color: '#521D0D'

red 82 ◦ green 29 ◦ blue 13

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

Shades of Caput Mortuum #521D0D

Tints of Caput Mortuum #521D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 66.13%
G = 23.39%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#521D0D (or 0x521D0D) is known color: Caput Mortuum. HEX triplet: 52, 1D and 0D. RGB value is (82,29,13). Sum of RGB (Red+Green+Blue) = 82+29+13=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D0D is #ADE2F2. Grayscale: #2B2B2B. Windows color (decimal): -11395827 or 859474. OLE color: 859474.

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

Color convert

RGB 82 29 13 -
CMYK 0 0.65 0.84 0.68
HSL 13.91º 0.73% 0.19% -
HSV(B) 13.91º 0.84% 0.32% -
XYZ 3.99 2.7 0.69 -
YUV 43.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 82 29 13 0 0.65 0.84 0.68 13.91 0.73 0.19
Hex 52 1D D 0 41 54 44 E 49 13
Octal 122 35 15 0 101 124 104 16 111 23
Binary 1010010 11101 1101 0 1000001 1010100 1000100 1110 1001001 10011

Color Harmonies of #521D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D0D

Black with #521D0D

Text Example


Text Example

White with #521D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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