Html Css Color HEX #511100 Red Oxide

📋 copy color: '#511100'

red 81 ◦ green 17 ◦ blue 0

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

Shades of Red Oxide #511100

Tints of Red Oxide #511100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.65%
G = 17.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#511100 (or 0x511100) is known color: Red Oxide. HEX triplet: 51, 11 and 00. RGB value is (81,17,0). Sum of RGB (Red+Green+Blue) = 81+17+0=98 (12% of max value = 765). Red value is 81 (32.03% from 255 or 82.65% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 81 - color contains mainly: red. Hex color #511100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511100 is #AEEEFF. Grayscale: #222222. Windows color (decimal): -11464448 or 4433. OLE color: 4433.

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

Color convert

RGB 81 17 0 -
CMYK 0 0.79 1 0.68
HSL 12.59º 1% 0.16% -
HSV(B) 12.59º 1% 0.32% -
XYZ 3.59 2.15 0.23 -
YUV 34.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 81 17 0 0 0.79 1 0.68 12.59 1 0.16
Hex 51 11 0 0 4F 64 44 D 64 10
Octal 121 21 0 0 117 144 104 15 144 20
Binary 1010001 10001 0 0 1001111 1100100 1000100 1101 1100100 10000

Color Harmonies of #511100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511100

Black with #511100

Text Example


Text Example

White with #511100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511100; }

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

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

background-color css

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

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

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

border-color css

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

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

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