Html Css Color HEX #511A11 Red Oxide

📋 copy color: '#511A11'

red 81 ◦ green 26 ◦ blue 17

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

Shades of Red Oxide #511A11

Tints of Red Oxide #511A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.97%

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

R = 65.32%
G = 20.97%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#511A11 (or 0x511A11) is known color: Red Oxide. HEX triplet: 51, 1A and 11. RGB value is (81,26,17). Sum of RGB (Red+Green+Blue) = 81+26+17=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A11 is #AEE5EE. Grayscale: #292929. Windows color (decimal): -11462127 or 1120849. OLE color: 1120849.

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

Color convert

RGB 81 26 17 -
CMYK 0 0.68 0.79 0.68
HSL 8.44º 0.65% 0.19% -
HSV(B) 8.44º 0.79% 0.32% -
XYZ 3.86 2.53 0.81 -
YUV 41.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 81 26 17 0 0.68 0.79 0.68 8.44 0.65 0.19
Hex 51 1A 11 0 44 4F 44 8 41 13
Octal 121 32 21 0 104 117 104 10 101 23
Binary 1010001 11010 10001 0 1000100 1001111 1000100 1000 1000001 10011

Color Harmonies of #511A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A11

Black with #511A11

Text Example


Text Example

White with #511A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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