Html Css Color HEX #521309 Red Oxide

📋 copy color: '#521309'

red 82 ◦ green 19 ◦ blue 9

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

Shades of Red Oxide #521309

Tints of Red Oxide #521309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.27%

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

R = 74.55%
G = 17.27%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#521309 (or 0x521309) is known color: Red Oxide. HEX triplet: 52, 13 and 09. RGB value is (82,19,9). Sum of RGB (Red+Green+Blue) = 82+19+9=110 (14% of max value = 765). Red value is 82 (32.42% from 255 or 74.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 82 - color contains mainly: red. Hex color #521309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521309 is #ADECF6. Grayscale: #242424. Windows color (decimal): -11398391 or 594770. OLE color: 594770.

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

Color convert

RGB 82 19 9 -
CMYK 0 0.77 0.89 0.68
HSL 8.22º 0.8% 0.18% -
HSV(B) 8.22º 0.89% 0.32% -
XYZ 3.76 2.28 0.5 -
YUV 36.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 82 19 9 0 0.77 0.89 0.68 8.22 0.8 0.18
Hex 52 13 9 0 4D 59 44 8 50 12
Octal 122 23 11 0 115 131 104 10 120 22
Binary 1010010 10011 1001 0 1001101 1011001 1000100 1000 1010000 10010

Color Harmonies of #521309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521309

Black with #521309

Text Example


Text Example

White with #521309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521309; }

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

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

background-color css

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

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

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

border-color css

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

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

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