Html Css Color HEX #511411 Red Oxide

📋 copy color: '#511411'

red 81 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #511411

Tints of Red Oxide #511411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.95%

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

R = 68.64%
G = 16.95%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#511411 (or 0x511411) is known color: Red Oxide. HEX triplet: 51, 14 and 11. RGB value is (81,20,17). Sum of RGB (Red+Green+Blue) = 81+20+17=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511411 is #AEEBEE. Grayscale: #252525. Windows color (decimal): -11463663 or 1119313. OLE color: 1119313.

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

Color convert

RGB 81 20 17 -
CMYK 0 0.75 0.79 0.68
HSL 2.81º 0.65% 0.19% -
HSV(B) 2.81º 0.79% 0.32% -
XYZ 3.74 2.29 0.77 -
YUV 37.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 81 20 17 0 0.75 0.79 0.68 2.81 0.65 0.19
Hex 51 14 11 0 4B 4F 44 3 41 13
Octal 121 24 21 0 113 117 104 3 101 23
Binary 1010001 10100 10001 0 1001011 1001111 1000100 11 1000001 10011

Color Harmonies of #511411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511411

Black with #511411

Text Example


Text Example

White with #511411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511411; }

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

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

background-color css

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

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

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

border-color css

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

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

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