Html Css Color HEX #511101 Red Oxide

📋 copy color: '#511101'

red 81 ◦ green 17 ◦ blue 1

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

Shades of Red Oxide #511101

Tints of Red Oxide #511101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.01%

R = 81.82%
G = 17.17%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#511101 (or 0x511101) is known color: Red Oxide. HEX triplet: 51, 11 and 01. RGB value is (81,17,1). Sum of RGB (Red+Green+Blue) = 81+17+1=99 (13% of max value = 765). Red value is 81 (32.03% from 255 or 81.82% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 81 - color contains mainly: red. Hex color #511101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511101 is #AEEEFE. Grayscale: #222222. Windows color (decimal): -11464447 or 69969. OLE color: 69969.

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

Color convert

RGB 81 17 1 -
CMYK 0 0.79 0.99 0.68
HSL 12º 0.98% 0.16% -
HSV(B) 12º 0.99% 0.32% -
XYZ 3.6 2.15 0.25 -
YUV 34.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 81 17 1 0 0.79 0.99 0.68 12 0.98 0.16
Hex 51 11 1 0 4F 63 44 C 62 10
Octal 121 21 1 0 117 143 104 14 142 20
Binary 1010001 10001 1 0 1001111 1100011 1000100 1100 1100010 10000

Color Harmonies of #511101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511101

Black with #511101

Text Example


Text Example

White with #511101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511101; }

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

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

background-color css

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

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

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

border-color css

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

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

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