Html Css Color HEX #521908 Caput Mortuum

📋 copy color: '#521908'

red 82 ◦ green 25 ◦ blue 8

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

Shades of Caput Mortuum #521908

Tints of Caput Mortuum #521908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.74%

 BLUE value IS 8 (3.52% from 255) = 6.96%

R = 71.3%
G = 21.74%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521908 (or 0x521908) is known color: Caput Mortuum. HEX triplet: 52, 19 and 08. RGB value is (82,25,8). Sum of RGB (Red+Green+Blue) = 82+25+8=115 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.30% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 82 - color contains mainly: red. Hex color #521908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521908 is #ADE6F7. Grayscale: #282828. Windows color (decimal): -11396856 or 530770. OLE color: 530770.

HSL color Cylindrical-coordinate representation of color #521908: hue angle of 13.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521908 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 8 -
CMYK 0 0.70 0.90 0.68
HSL 13.78º 0.82% 0.18% -
HSV(B) 13.78º 0.9% 0.32% -
XYZ 3.87 2.51 0.51 -
YUV 40.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 82 25 8 0 0.70 0.90 0.68 13.78 0.82 0.18
Hex 52 19 8 0 46 5A 44 E 52 12
Octal 122 31 10 0 106 132 104 16 122 22
Binary 1010010 11001 1000 0 1000110 1011010 1000100 1110 1010010 10010

Color Harmonies of #521908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521908

Black with #521908

Text Example


Text Example

White with #521908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521908; }

 p { color: rgb(82,25,8); }

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

background-color css

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

 a { background-color: rgb(82,25,8); }

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

border-color css

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

 span { border-color: rgb(82,25,8); }

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