Html Css Color HEX #521F0D Caput Mortuum

📋 copy color: '#521F0D'

red 82 ◦ green 31 ◦ blue 13

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

Shades of Caput Mortuum #521F0D

Tints of Caput Mortuum #521F0D

RGB

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

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

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

R = 65.08%
G = 24.6%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#521F0D (or 0x521F0D) is known color: Caput Mortuum. HEX triplet: 52, 1F and 0D. RGB value is (82,31,13). Sum of RGB (Red+Green+Blue) = 82+31+13=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #521F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F0D is #ADE0F2. Grayscale: #2C2C2C. Windows color (decimal): -11395315 or 859986. OLE color: 859986.

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

Color convert

RGB 82 31 13 -
CMYK 0 0.62 0.84 0.68
HSL 15.65º 0.73% 0.19% -
HSV(B) 15.65º 0.84% 0.32% -
XYZ 4.04 2.8 0.71 -
YUV 44.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 82 31 13 0 0.62 0.84 0.68 15.65 0.73 0.19
Hex 52 1F D 0 3E 54 44 10 49 13
Octal 122 37 15 0 76 124 104 20 111 23
Binary 1010010 11111 1101 0 111110 1010100 1000100 10000 1001001 10011

Color Harmonies of #521F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F0D

Black with #521F0D

Text Example


Text Example

White with #521F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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