Html Css Color HEX #521B0D Caput Mortuum

📋 copy color: '#521B0D'

red 82 ◦ green 27 ◦ blue 13

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

Shades of Caput Mortuum #521B0D

Tints of Caput Mortuum #521B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 67.21%
G = 22.13%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#521B0D (or 0x521B0D) is known color: Caput Mortuum. HEX triplet: 52, 1B and 0D. RGB value is (82,27,13). Sum of RGB (Red+Green+Blue) = 82+27+13=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #521B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B0D is #ADE4F2. Grayscale: #292929. Windows color (decimal): -11396339 or 858962. OLE color: 858962.

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

Color convert

RGB 82 27 13 -
CMYK 0 0.67 0.84 0.68
HSL 12.17º 0.73% 0.19% -
HSV(B) 12.17º 0.84% 0.32% -
XYZ 3.94 2.61 0.68 -
YUV 41.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 82 27 13 0 0.67 0.84 0.68 12.17 0.73 0.19
Hex 52 1B D 0 43 54 44 C 49 13
Octal 122 33 15 0 103 124 104 14 111 23
Binary 1010010 11011 1101 0 1000011 1010100 1000100 1100 1001001 10011

Color Harmonies of #521B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B0D

Black with #521B0D

Text Example


Text Example

White with #521B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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