Html Css Color HEX #520606 Red Oxide

📋 copy color: '#520606'

red 82 ◦ green 6 ◦ blue 6

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

Shades of Red Oxide #520606

Tints of Red Oxide #520606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

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

R = 87.23%
G = 6.38%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#520606 (or 0x520606) is known color: Red Oxide. HEX triplet: 52, 06 and 06. RGB value is (82,6,6). Sum of RGB (Red+Green+Blue) = 82+6+6=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520606 is #ADF9F9. Grayscale: #1C1C1C. Windows color (decimal): -11401722 or 394834. OLE color: 394834.

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

Color convert

RGB 82 6 6 -
CMYK 0 0.93 0.93 0.68
HSL 0.86% 0.17% -
HSV(B) 0.93% 0.32% -
XYZ 3.58 1.94 0.36 -
YUV 28.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 82 6 6 0 0.93 0.93 0.68 0 0.86 0.17
Hex 52 6 6 0 5D 5D 44 0 56 11
Octal 122 6 6 0 135 135 104 0 126 21
Binary 1010010 110 110 0 1011101 1011101 1000100 0 1010110 10001

Color Harmonies of #520606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520606

Black with #520606

Text Example


Text Example

White with #520606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520606; }

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

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

background-color css

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

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

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

border-color css

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

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

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