Html Css Color HEX #521106 Red Oxide

📋 copy color: '#521106'

red 82 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #521106

Tints of Red Oxide #521106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 6 (2.73% from 255) = 5.71%

R = 78.1%
G = 16.19%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#521106 (or 0x521106) is known color: Red Oxide. HEX triplet: 52, 11 and 06. RGB value is (82,17,6). Sum of RGB (Red+Green+Blue) = 82+17+6=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521106 is #ADEEF9. Grayscale: #232323. Windows color (decimal): -11398906 or 397650. OLE color: 397650.

HSL color Cylindrical-coordinate representation of color #521106: hue angle of 8.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #521106 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 17 6 -
CMYK 0 0.79 0.93 0.68
HSL 8.68º 0.86% 0.17% -
HSV(B) 8.68º 0.93% 0.32% -
XYZ 3.71 2.21 0.4 -
YUV 35.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 82 17 6 0 0.79 0.93 0.68 8.68 0.86 0.17
Hex 52 11 6 0 4F 5D 44 9 56 11
Octal 122 21 6 0 117 135 104 11 126 21
Binary 1010010 10001 110 0 1001111 1011101 1000100 1001 1010110 10001

Color Harmonies of #521106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521106

Black with #521106

Text Example


Text Example

White with #521106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521106; }

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

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

background-color css

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

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

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

border-color css

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

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

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