Html Css Color HEX #511509 Red Oxide

📋 copy color: '#511509'

red 81 ◦ green 21 ◦ blue 9

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

Shades of Red Oxide #511509

Tints of Red Oxide #511509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 72.97%
G = 18.92%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#511509 (or 0x511509) is known color: Red Oxide. HEX triplet: 51, 15 and 09. RGB value is (81,21,9). Sum of RGB (Red+Green+Blue) = 81+21+9=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #511509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511509 is #AEEAF6. Grayscale: #252525. Windows color (decimal): -11463415 or 595281. OLE color: 595281.

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

Color convert

RGB 81 21 9 -
CMYK 0 0.74 0.89 0.68
HSL 10º 0.8% 0.18% -
HSV(B) 10º 0.89% 0.32% -
XYZ 3.71 2.31 0.51 -
YUV 37.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 81 21 9 0 0.74 0.89 0.68 10 0.8 0.18
Hex 51 15 9 0 4A 59 44 A 50 12
Octal 121 25 11 0 112 131 104 12 120 22
Binary 1010001 10101 1001 0 1001010 1011001 1000100 1010 1010000 10010

Color Harmonies of #511509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511509

Black with #511509

Text Example


Text Example

White with #511509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511509; }

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

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

background-color css

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

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

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

border-color css

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

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

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