Html Css Color HEX #522013 Caput Mortuum

📋 copy color: '#522013'

red 82 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #522013

Tints of Caput Mortuum #522013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 61.65%
G = 24.06%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#522013 (or 0x522013) is known color: Caput Mortuum. HEX triplet: 52, 20 and 13. RGB value is (82,32,19). Sum of RGB (Red+Green+Blue) = 82+32+19=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #522013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522013 is #ADDFEC. Grayscale: #2D2D2D. Windows color (decimal): -11395053 or 1253458. OLE color: 1253458.

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

Color convert

RGB 82 32 19 -
CMYK 0 0.61 0.77 0.68
HSL 12.38º 0.62% 0.2% -
HSV(B) 12.38º 0.77% 0.32% -
XYZ 4.11 2.87 0.95 -
YUV 45.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 82 32 19 0 0.61 0.77 0.68 12.38 0.62 0.2
Hex 52 20 13 0 3D 4D 44 C 3E 14
Octal 122 40 23 0 75 115 104 14 76 24
Binary 1010010 100000 10011 0 111101 1001101 1000100 1100 111110 10100

Color Harmonies of #522013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522013

Black with #522013

Text Example


Text Example

White with #522013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522013; }

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

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

background-color css

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

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

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

border-color css

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

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

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