Html Css Color HEX #522219 Caput Mortuum

📋 copy color: '#522219'

red 82 ◦ green 34 ◦ blue 25

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

Shades of Caput Mortuum #522219

Tints of Caput Mortuum #522219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 58.16%
G = 24.11%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#522219 (or 0x522219) is known color: Caput Mortuum. HEX triplet: 52, 22 and 19. RGB value is (82,34,25). Sum of RGB (Red+Green+Blue) = 82+34+25=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #522219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522219 is #ADDDE6. Grayscale: #2F2F2F. Windows color (decimal): -11394535 or 1647186. OLE color: 1647186.

HSL color Cylindrical-coordinate representation of color #522219: hue angle of 9.47º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #522219 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 25 -
CMYK 0 0.59 0.70 0.68
HSL 9.47º 0.53% 0.21% -
HSV(B) 9.47º 0.7% 0.32% -
XYZ 4.23 3.01 1.28 -
YUV 47.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 82 34 25 0 0.59 0.70 0.68 9.47 0.53 0.21
Hex 52 22 19 0 3B 46 44 9 35 15
Octal 122 42 31 0 73 106 104 11 65 25
Binary 1010010 100010 11001 0 111011 1000110 1000100 1001 110101 10101

Color Harmonies of #522219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522219

Black with #522219

Text Example


Text Example

White with #522219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522219; }

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

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

background-color css

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

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

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

border-color css

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

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

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