Html Css Color HEX #511209 Red Oxide

📋 copy color: '#511209'

red 81 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #511209

Tints of Red Oxide #511209

RGB

 RED value IS 81 (32.03% from 255) = 75%

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 75%
G = 16.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#511209 (or 0x511209) is known color: Red Oxide. HEX triplet: 51, 12 and 09. RGB value is (81,18,9). Sum of RGB (Red+Green+Blue) = 81+18+9=108 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 81 - color contains mainly: red. Hex color #511209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511209 is #AEEDF6. Grayscale: #232323. Windows color (decimal): -11464183 or 594513. OLE color: 594513.

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

Color convert

RGB 81 18 9 -
CMYK 0 0.78 0.89 0.68
HSL 7.5º 0.8% 0.18% -
HSV(B) 7.5º 0.89% 0.32% -
XYZ 3.66 2.2 0.49 -
YUV 35.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 81 18 9 0 0.78 0.89 0.68 7.5 0.8 0.18
Hex 51 12 9 0 4E 59 44 8 50 12
Octal 121 22 11 0 116 131 104 10 120 22
Binary 1010001 10010 1001 0 1001110 1011001 1000100 1000 1010000 10010

Color Harmonies of #511209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511209

Black with #511209

Text Example


Text Example

White with #511209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511209; }

 p { color: rgb(81,18,9); }

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

background-color css

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

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

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

border-color css

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

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

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