Html Css Color HEX #522015 Caput Mortuum

📋 copy color: '#522015'

red 82 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #522015

Tints of Caput Mortuum #522015

RGB

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

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

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

R = 60.74%
G = 23.7%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#522015 (or 0x522015) is known color: Caput Mortuum. HEX triplet: 52, 20 and 15. RGB value is (82,32,21). Sum of RGB (Red+Green+Blue) = 82+32+21=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #522015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522015 is #ADDFEA. Grayscale: #2D2D2D. Windows color (decimal): -11395051 or 1384530. OLE color: 1384530.

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

Color convert

RGB 82 32 21 -
CMYK 0 0.61 0.74 0.68
HSL 10.82º 0.59% 0.2% -
HSV(B) 10.82º 0.74% 0.32% -
XYZ 4.13 2.88 1.05 -
YUV 45.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 82 32 21 0 0.61 0.74 0.68 10.82 0.59 0.2
Hex 52 20 15 0 3D 4A 44 B 3B 14
Octal 122 40 25 0 75 112 104 13 73 24
Binary 1010010 100000 10101 0 111101 1001010 1000100 1011 111011 10100

Color Harmonies of #522015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522015

Black with #522015

Text Example


Text Example

White with #522015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522015; }

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

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

background-color css

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

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

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

border-color css

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

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

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