Html Css Color HEX #521B11 Caput Mortuum

📋 copy color: '#521B11'

red 82 ◦ green 27 ◦ blue 17

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

Shades of Caput Mortuum #521B11

Tints of Caput Mortuum #521B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.43%

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 65.08%
G = 21.43%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#521B11 (or 0x521B11) is known color: Caput Mortuum. HEX triplet: 52, 1B and 11. RGB value is (82,27,17). Sum of RGB (Red+Green+Blue) = 82+27+17=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #521B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B11 is #ADE4EE. Grayscale: #2A2A2A. Windows color (decimal): -11396335 or 1121106. OLE color: 1121106.

HSL color Cylindrical-coordinate representation of color #521B11: hue angle of 9.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521B11 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 27 17 -
CMYK 0 0.67 0.79 0.68
HSL 9.23º 0.66% 0.19% -
HSV(B) 9.23º 0.79% 0.32% -
XYZ 3.97 2.62 0.83 -
YUV 42.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 82 27 17 0 0.67 0.79 0.68 9.23 0.66 0.19
Hex 52 1B 11 0 43 4F 44 9 42 13
Octal 122 33 21 0 103 117 104 11 102 23
Binary 1010010 11011 10001 0 1000011 1001111 1000100 1001 1000010 10011

Color Harmonies of #521B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B11

Black with #521B11

Text Example


Text Example

White with #521B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521B11; }

 p { color: rgb(82,27,17); }

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

background-color css

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

 a { background-color: rgb(82,27,17); }

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

border-color css

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

 span { border-color: rgb(82,27,17); }

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