Html Css Color HEX #521F14 Caput Mortuum

📋 copy color: '#521F14'

red 82 ◦ green 31 ◦ blue 20

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

Shades of Caput Mortuum #521F14

Tints of Caput Mortuum #521F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 61.65%
G = 23.31%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#521F14 (or 0x521F14) is known color: Caput Mortuum. HEX triplet: 52, 1F and 14. RGB value is (82,31,20). Sum of RGB (Red+Green+Blue) = 82+31+20=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #521F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F14 is #ADE0EB. Grayscale: #2D2D2D. Windows color (decimal): -11395308 or 1318738. OLE color: 1318738.

HSL color Cylindrical-coordinate representation of color #521F14: hue angle of 10.65º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521F14 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 20 -
CMYK 0 0.62 0.76 0.68
HSL 10.65º 0.61% 0.2% -
HSV(B) 10.65º 0.76% 0.32% -
XYZ 4.1 2.82 0.99 -
YUV 45 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 82 31 20 0 0.62 0.76 0.68 10.65 0.61 0.2
Hex 52 1F 14 0 3E 4C 44 B 3D 14
Octal 122 37 24 0 76 114 104 13 75 24
Binary 1010010 11111 10100 0 111110 1001100 1000100 1011 111101 10100

Color Harmonies of #521F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F14

Black with #521F14

Text Example


Text Example

White with #521F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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