Html Css Color HEX #521206 Red Oxide

📋 copy color: '#521206'

red 82 ◦ green 18 ◦ blue 6

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

Shades of Red Oxide #521206

Tints of Red Oxide #521206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 77.36%
G = 16.98%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#521206 (or 0x521206) is known color: Red Oxide. HEX triplet: 52, 12 and 06. RGB value is (82,18,6). Sum of RGB (Red+Green+Blue) = 82+18+6=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521206 is #ADEDF9. Grayscale: #232323. Windows color (decimal): -11398650 or 397906. OLE color: 397906.

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

Color convert

RGB 82 18 6 -
CMYK 0 0.78 0.93 0.68
HSL 9.47º 0.86% 0.17% -
HSV(B) 9.47º 0.93% 0.32% -
XYZ 3.73 2.24 0.41 -
YUV 35.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 82 18 6 0 0.78 0.93 0.68 9.47 0.86 0.17
Hex 52 12 6 0 4E 5D 44 9 56 11
Octal 122 22 6 0 116 135 104 11 126 21
Binary 1010010 10010 110 0 1001110 1011101 1000100 1001 1010110 10001

Color Harmonies of #521206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521206

Black with #521206

Text Example


Text Example

White with #521206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521206; }

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

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

background-color css

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

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

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

border-color css

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

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

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