Html Css Color HEX #521609 Red Oxide

📋 copy color: '#521609'

red 82 ◦ green 22 ◦ blue 9

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

Shades of Red Oxide #521609

Tints of Red Oxide #521609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 72.57%
G = 19.47%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#521609 (or 0x521609) is known color: Red Oxide. HEX triplet: 52, 16 and 09. RGB value is (82,22,9). Sum of RGB (Red+Green+Blue) = 82+22+9=113 (14% of max value = 765). Red value is 82 (32.42% from 255 or 72.57% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 82 - color contains mainly: red. Hex color #521609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521609 is #ADE9F6. Grayscale: #262626. Windows color (decimal): -11397623 or 595538. OLE color: 595538.

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

Color convert

RGB 82 22 9 -
CMYK 0 0.73 0.89 0.68
HSL 10.68º 0.8% 0.18% -
HSV(B) 10.68º 0.89% 0.32% -
XYZ 3.82 2.39 0.52 -
YUV 38.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 82 22 9 0 0.73 0.89 0.68 10.68 0.8 0.18
Hex 52 16 9 0 49 59 44 B 50 12
Octal 122 26 11 0 111 131 104 13 120 22
Binary 1010010 10110 1001 0 1001001 1011001 1000100 1011 1010000 10010

Color Harmonies of #521609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521609

Black with #521609

Text Example


Text Example

White with #521609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521609; }

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

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

background-color css

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

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

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

border-color css

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

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

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