Html Css Color HEX #521B08 Caput Mortuum

📋 copy color: '#521B08'

red 82 ◦ green 27 ◦ blue 8

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

Shades of Caput Mortuum #521B08

Tints of Caput Mortuum #521B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.84%

R = 70.09%
G = 23.08%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521B08 (or 0x521B08) is known color: Caput Mortuum. HEX triplet: 52, 1B and 08. RGB value is (82,27,8). Sum of RGB (Red+Green+Blue) = 82+27+8=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #521B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521B08 is #ADE4F7. Grayscale: #292929. Windows color (decimal): -11396344 or 531282. OLE color: 531282.

HSL color Cylindrical-coordinate representation of color #521B08: hue angle of 15.41º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521B08 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 27 8 -
CMYK 0 0.67 0.90 0.68
HSL 15.41º 0.82% 0.18% -
HSV(B) 15.41º 0.9% 0.32% -
XYZ 3.92 2.6 0.52 -
YUV 41.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 82 27 8 0 0.67 0.90 0.68 15.41 0.82 0.18
Hex 52 1B 8 0 43 5A 44 F 52 12
Octal 122 33 10 0 103 132 104 17 122 22
Binary 1010010 11011 1000 0 1000011 1011010 1000100 1111 1010010 10010

Color Harmonies of #521B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B08

Black with #521B08

Text Example


Text Example

White with #521B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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