Html Css Color HEX #521406 Red Oxide

📋 copy color: '#521406'

red 82 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #521406

Tints of Red Oxide #521406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 75.93%
G = 18.52%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#521406 (or 0x521406) is known color: Red Oxide. HEX triplet: 52, 14 and 06. RGB value is (82,20,6). Sum of RGB (Red+Green+Blue) = 82+20+6=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521406 is #ADEBF9. Grayscale: #252525. Windows color (decimal): -11398138 or 398418. OLE color: 398418.

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

Color convert

RGB 82 20 6 -
CMYK 0 0.76 0.93 0.68
HSL 11.05º 0.86% 0.17% -
HSV(B) 11.05º 0.93% 0.32% -
XYZ 3.76 2.31 0.42 -
YUV 36.94 110.54 160.14 -
System Red Green Blue C M Y K H S L
Decimal 82 20 6 0 0.76 0.93 0.68 11.05 0.86 0.17
Hex 52 14 6 0 4C 5D 44 B 56 11
Octal 122 24 6 0 114 135 104 13 126 21
Binary 1010010 10100 110 0 1001100 1011101 1000100 1011 1010110 10001

Color Harmonies of #521406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521406

Black with #521406

Text Example


Text Example

White with #521406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521406; }

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

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

background-color css

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

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

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

border-color css

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

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

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