Html Css Color HEX #521D0E Caput Mortuum

📋 copy color: '#521D0E'

red 82 ◦ green 29 ◦ blue 14

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

Shades of Caput Mortuum #521D0E

Tints of Caput Mortuum #521D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 65.6%
G = 23.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#521D0E (or 0x521D0E) is known color: Caput Mortuum. HEX triplet: 52, 1D and 0E. RGB value is (82,29,14). Sum of RGB (Red+Green+Blue) = 82+29+14=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #521D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D0E is #ADE2F1. Grayscale: #2B2B2B. Windows color (decimal): -11395826 or 925010. OLE color: 925010.

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

Color convert

RGB 82 29 14 -
CMYK 0 0.65 0.83 0.68
HSL 13.24º 0.71% 0.19% -
HSV(B) 13.24º 0.83% 0.32% -
XYZ 4 2.7 0.73 -
YUV 43.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 82 29 14 0 0.65 0.83 0.68 13.24 0.71 0.19
Hex 52 1D E 0 41 53 44 D 47 13
Octal 122 35 16 0 101 123 104 15 107 23
Binary 1010010 11101 1110 0 1000001 1010011 1000100 1101 1000111 10011

Color Harmonies of #521D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D0E

Black with #521D0E

Text Example


Text Example

White with #521D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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