Html Css Color HEX #522115 Caput Mortuum

📋 copy color: '#522115'

red 82 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #522115

Tints of Caput Mortuum #522115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 60.29%
G = 24.26%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#522115 (or 0x522115) is known color: Caput Mortuum. HEX triplet: 52, 21 and 15. RGB value is (82,33,21). Sum of RGB (Red+Green+Blue) = 82+33+21=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #522115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522115 is #ADDEEA. Grayscale: #2E2E2E. Windows color (decimal): -11394795 or 1384786. OLE color: 1384786.

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

Color convert

RGB 82 33 21 -
CMYK 0 0.60 0.74 0.68
HSL 11.8º 0.59% 0.2% -
HSV(B) 11.8º 0.74% 0.32% -
XYZ 4.16 2.94 1.06 -
YUV 46.28 113.73 153.48 -
System Red Green Blue C M Y K H S L
Decimal 82 33 21 0 0.60 0.74 0.68 11.8 0.59 0.2
Hex 52 21 15 0 3C 4A 44 C 3B 14
Octal 122 41 25 0 74 112 104 14 73 24
Binary 1010010 100001 10101 0 111100 1001010 1000100 1100 111011 10100

Color Harmonies of #522115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522115

Black with #522115

Text Example


Text Example

White with #522115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522115; }

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

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

background-color css

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

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

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

border-color css

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

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

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