Html Css Color HEX #520909 Red Oxide

📋 copy color: '#520909'

red 82 ◦ green 9 ◦ blue 9

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

Shades of Red Oxide #520909

Tints of Red Oxide #520909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 9 (3.91% from 255) = 9%

R = 82%
G = 9%
B = 9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#520909 (or 0x520909) is known color: Red Oxide. HEX triplet: 52, 09 and 09. RGB value is (82,9,9). Sum of RGB (Red+Green+Blue) = 82+9+9=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #520909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520909 is #ADF6F6. Grayscale: #1E1E1E. Windows color (decimal): -11400951 or 592210. OLE color: 592210.

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

Color convert

RGB 82 9 9 -
CMYK 0 0.89 0.89 0.68
HSL 0.8% 0.18% -
HSV(B) 0.89% 0.32% -
XYZ 3.63 2.01 0.46 -
YUV 30.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 82 9 9 0 0.89 0.89 0.68 0 0.8 0.18
Hex 52 9 9 0 59 59 44 0 50 12
Octal 122 11 11 0 131 131 104 0 120 22
Binary 1010010 1001 1001 0 1011001 1011001 1000100 0 1010000 10010

Color Harmonies of #520909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520909

Black with #520909

Text Example


Text Example

White with #520909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520909; }

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

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

background-color css

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

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

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

border-color css

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

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

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