Html Css Color HEX #511711 Red Oxide

📋 copy color: '#511711'

red 81 ◦ green 23 ◦ blue 17

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

Shades of Red Oxide #511711

Tints of Red Oxide #511711

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

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

R = 66.94%
G = 19.01%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#511711 (or 0x511711) is known color: Red Oxide. HEX triplet: 51, 17 and 11. RGB value is (81,23,17). Sum of RGB (Red+Green+Blue) = 81+23+17=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511711 is #AEE8EE. Grayscale: #272727. Windows color (decimal): -11462895 or 1120081. OLE color: 1120081.

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

Color convert

RGB 81 23 17 -
CMYK 0 0.72 0.79 0.68
HSL 5.63º 0.65% 0.19% -
HSV(B) 5.63º 0.79% 0.32% -
XYZ 3.8 2.4 0.79 -
YUV 39.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 81 23 17 0 0.72 0.79 0.68 5.63 0.65 0.19
Hex 51 17 11 0 48 4F 44 6 41 13
Octal 121 27 21 0 110 117 104 6 101 23
Binary 1010001 10111 10001 0 1001000 1001111 1000100 110 1000001 10011

Color Harmonies of #511711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511711

Black with #511711

Text Example


Text Example

White with #511711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511711; }

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

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

background-color css

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

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

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

border-color css

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

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

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