Html Css Color HEX #522113 Caput Mortuum

📋 copy color: '#522113'

red 82 ◦ green 33 ◦ blue 19

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

Shades of Caput Mortuum #522113

Tints of Caput Mortuum #522113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.63%

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

R = 61.19%
G = 24.63%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#522113 (or 0x522113) is known color: Caput Mortuum. HEX triplet: 52, 21 and 13. RGB value is (82,33,19). Sum of RGB (Red+Green+Blue) = 82+33+19=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #522113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522113 is #ADDEEC. Grayscale: #2E2E2E. Windows color (decimal): -11394797 or 1253714. OLE color: 1253714.

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

Color convert

RGB 82 33 19 -
CMYK 0 0.60 0.77 0.68
HSL 13.33º 0.62% 0.2% -
HSV(B) 13.33º 0.77% 0.32% -
XYZ 4.14 2.93 0.96 -
YUV 46.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 82 33 19 0 0.60 0.77 0.68 13.33 0.62 0.2
Hex 52 21 13 0 3C 4D 44 D 3E 14
Octal 122 41 23 0 74 115 104 15 76 24
Binary 1010010 100001 10011 0 111100 1001101 1000100 1101 111110 10100

Color Harmonies of #522113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522113

Black with #522113

Text Example


Text Example

White with #522113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522113; }

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

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

background-color css

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

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

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

border-color css

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

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

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