Html Css Color HEX #511006 Red Oxide

📋 copy color: '#511006'

red 81 ◦ green 16 ◦ blue 6

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

Shades of Red Oxide #511006

Tints of Red Oxide #511006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 78.64%
G = 15.53%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#511006 (or 0x511006) is known color: Red Oxide. HEX triplet: 51, 10 and 06. RGB value is (81,16,6). Sum of RGB (Red+Green+Blue) = 81+16+6=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #511006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511006 is #AEEFF9. Grayscale: #222222. Windows color (decimal): -11464698 or 397393. OLE color: 397393.

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

Color convert

RGB 81 16 6 -
CMYK 0 0.80 0.93 0.68
HSL 0.86% 0.17% -
HSV(B) 0.93% 0.32% -
XYZ 3.61 2.13 0.39 -
YUV 34.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 81 16 6 0 0.80 0.93 0.68 8 0.86 0.17
Hex 51 10 6 0 50 5D 44 8 56 11
Octal 121 20 6 0 120 135 104 10 126 21
Binary 1010001 10000 110 0 1010000 1011101 1000100 1000 1010110 10001

Color Harmonies of #511006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511006

Black with #511006

Text Example


Text Example

White with #511006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511006; }

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

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

background-color css

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

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

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

border-color css

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

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

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