Html Css Color HEX #511811 Red Oxide

📋 copy color: '#511811'

red 81 ◦ green 24 ◦ blue 17

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

Shades of Red Oxide #511811

Tints of Red Oxide #511811

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.67%

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 66.39%
G = 19.67%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#511811 (or 0x511811) is known color: Red Oxide. HEX triplet: 51, 18 and 11. RGB value is (81,24,17). Sum of RGB (Red+Green+Blue) = 81+24+17=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511811 is #AEE7EE. Grayscale: #282828. Windows color (decimal): -11462639 or 1120337. OLE color: 1120337.

HSL color Cylindrical-coordinate representation of color #511811: hue angle of 6.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511811 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 17 -
CMYK 0 0.70 0.79 0.68
HSL 6.56º 0.65% 0.19% -
HSV(B) 6.56º 0.79% 0.32% -
XYZ 3.82 2.44 0.8 -
YUV 40.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 81 24 17 0 0.70 0.79 0.68 6.56 0.65 0.19
Hex 51 18 11 0 46 4F 44 7 41 13
Octal 121 30 21 0 106 117 104 7 101 23
Binary 1010001 11000 10001 0 1000110 1001111 1000100 111 1000001 10011

Color Harmonies of #511811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511811

Black with #511811

Text Example


Text Example

White with #511811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511811; }

 p { color: rgb(81,24,17); }

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

background-color css

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

 a { background-color: rgb(81,24,17); }

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

border-color css

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

 span { border-color: rgb(81,24,17); }

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