Html Css Color HEX #521109 Red Oxide

📋 copy color: '#521109'

red 82 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #521109

Tints of Red Oxide #521109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

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

R = 75.93%
G = 15.74%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#521109 (or 0x521109) is known color: Red Oxide. HEX triplet: 52, 11 and 09. RGB value is (82,17,9). Sum of RGB (Red+Green+Blue) = 82+17+9=108 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.93% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 82 - color contains mainly: red. Hex color #521109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521109 is #ADEEF6. Grayscale: #232323. Windows color (decimal): -11398903 or 594258. OLE color: 594258.

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

Color convert

RGB 82 17 9 -
CMYK 0 0.79 0.89 0.68
HSL 6.58º 0.8% 0.18% -
HSV(B) 6.58º 0.89% 0.32% -
XYZ 3.73 2.21 0.49 -
YUV 35.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 82 17 9 0 0.79 0.89 0.68 6.58 0.8 0.18
Hex 52 11 9 0 4F 59 44 7 50 12
Octal 122 21 11 0 117 131 104 7 120 22
Binary 1010010 10001 1001 0 1001111 1011001 1000100 111 1010000 10010

Color Harmonies of #521109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521109

Black with #521109

Text Example


Text Example

White with #521109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521109; }

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

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

background-color css

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

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

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

border-color css

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

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

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