Html Css Color HEX #511916 Red Oxide

📋 copy color: '#511916'

red 81 ◦ green 25 ◦ blue 22

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

Shades of Red Oxide #511916

Tints of Red Oxide #511916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.53%

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 63.28%
G = 19.53%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511916 (or 0x511916) is known color: Red Oxide. HEX triplet: 51, 19 and 16. RGB value is (81,25,22). Sum of RGB (Red+Green+Blue) = 81+25+22=128 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.28% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 81 - color contains mainly: red. Hex color #511916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511916 is #AEE6E9. Grayscale: #292929. Windows color (decimal): -11462378 or 1448273. OLE color: 1448273.

HSL color Cylindrical-coordinate representation of color #511916: hue angle of 3.05º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511916 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 22 -
CMYK 0 0.69 0.73 0.68
HSL 3.05º 0.57% 0.2% -
HSV(B) 3.05º 0.73% 0.32% -
XYZ 3.89 2.5 1.04 -
YUV 41.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 81 25 22 0 0.69 0.73 0.68 3.05 0.57 0.2
Hex 51 19 16 0 45 49 44 3 39 14
Octal 121 31 26 0 105 111 104 3 71 24
Binary 1010001 11001 10110 0 1000101 1001001 1000100 11 111001 10100

Color Harmonies of #511916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511916

Black with #511916

Text Example


Text Example

White with #511916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511916; }

 p { color: rgb(81,25,22); }

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

background-color css

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

 a { background-color: rgb(81,25,22); }

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

border-color css

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

 span { border-color: rgb(81,25,22); }

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