Html Css Color HEX #511106 Red Oxide

📋 copy color: '#511106'

red 81 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #511106

Tints of Red Oxide #511106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.77%

R = 77.88%
G = 16.35%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#511106 (or 0x511106) is known color: Red Oxide. HEX triplet: 51, 11 and 06. RGB value is (81,17,6). Sum of RGB (Red+Green+Blue) = 81+17+6=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511106 is #AEEEF9. Grayscale: #222222. Windows color (decimal): -11464442 or 397649. OLE color: 397649.

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

Color convert

RGB 81 17 6 -
CMYK 0 0.79 0.93 0.68
HSL 8.8º 0.86% 0.17% -
HSV(B) 8.8º 0.93% 0.32% -
XYZ 3.63 2.16 0.4 -
YUV 34.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 81 17 6 0 0.79 0.93 0.68 8.8 0.86 0.17
Hex 51 11 6 0 4F 5D 44 9 56 11
Octal 121 21 6 0 117 135 104 11 126 21
Binary 1010001 10001 110 0 1001111 1011101 1000100 1001 1010110 10001

Color Harmonies of #511106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511106

Black with #511106

Text Example


Text Example

White with #511106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511106; }

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

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

background-color css

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

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

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

border-color css

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

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

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