Html Css Color HEX #521409 Red Oxide

📋 copy color: '#521409'

red 82 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #521409

Tints of Red Oxide #521409

RGB

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

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

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

R = 73.87%
G = 18.02%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#521409 (or 0x521409) is known color: Red Oxide. HEX triplet: 52, 14 and 09. RGB value is (82,20,9). Sum of RGB (Red+Green+Blue) = 82+20+9=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #521409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521409 is #ADEBF6. Grayscale: #252525. Windows color (decimal): -11398135 or 595026. OLE color: 595026.

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

Color convert

RGB 82 20 9 -
CMYK 0 0.76 0.89 0.68
HSL 9.04º 0.8% 0.18% -
HSV(B) 9.04º 0.89% 0.32% -
XYZ 3.78 2.31 0.51 -
YUV 37.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 82 20 9 0 0.76 0.89 0.68 9.04 0.8 0.18
Hex 52 14 9 0 4C 59 44 9 50 12
Octal 122 24 11 0 114 131 104 11 120 22
Binary 1010010 10100 1001 0 1001100 1011001 1000100 1001 1010000 10010

Color Harmonies of #521409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521409

Black with #521409

Text Example


Text Example

White with #521409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521409; }

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

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

background-color css

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

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

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

border-color css

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

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

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