Html Css Color HEX #522019 Caput Mortuum

📋 copy color: '#522019'

red 82 ◦ green 32 ◦ blue 25

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

Shades of Caput Mortuum #522019

Tints of Caput Mortuum #522019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.02%

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

R = 58.99%
G = 23.02%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#522019 (or 0x522019) is known color: Caput Mortuum. HEX triplet: 52, 20 and 19. RGB value is (82,32,25). Sum of RGB (Red+Green+Blue) = 82+32+25=139 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.99% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 82 - color contains mainly: red. Hex color #522019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522019 is #ADDFE6. Grayscale: #2E2E2E. Windows color (decimal): -11395047 or 1646674. OLE color: 1646674.

HSL color Cylindrical-coordinate representation of color #522019: hue angle of 7.37º 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 #522019 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 25 -
CMYK 0 0.61 0.70 0.68
HSL 7.37º 0.53% 0.21% -
HSV(B) 7.37º 0.7% 0.32% -
XYZ 4.17 2.9 1.26 -
YUV 46.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 82 32 25 0 0.61 0.70 0.68 7.37 0.53 0.21
Hex 52 20 19 0 3D 46 44 7 35 15
Octal 122 40 31 0 75 106 104 7 65 25
Binary 1010010 100000 11001 0 111101 1000110 1000100 111 110101 10101

Color Harmonies of #522019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522019

Black with #522019

Text Example


Text Example

White with #522019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522019; }

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

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

background-color css

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

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

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

border-color css

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

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

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