Html Css Color HEX #511606 Red Oxide

📋 copy color: '#511606'

red 81 ◦ green 22 ◦ blue 6

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

Shades of Red Oxide #511606

Tints of Red Oxide #511606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

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

R = 74.31%
G = 20.18%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#511606 (or 0x511606) is known color: Red Oxide. HEX triplet: 51, 16 and 06. RGB value is (81,22,6). Sum of RGB (Red+Green+Blue) = 81+22+6=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511606 is #AEE9F9. Grayscale: #252525. Windows color (decimal): -11463162 or 398929. OLE color: 398929.

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

Color convert

RGB 81 22 6 -
CMYK 0 0.73 0.93 0.68
HSL 12.8º 0.86% 0.17% -
HSV(B) 12.8º 0.93% 0.32% -
XYZ 3.71 2.34 0.43 -
YUV 37.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 81 22 6 0 0.73 0.93 0.68 12.8 0.86 0.17
Hex 51 16 6 0 49 5D 44 D 56 11
Octal 121 26 6 0 111 135 104 15 126 21
Binary 1010001 10110 110 0 1001001 1011101 1000100 1101 1010110 10001

Color Harmonies of #511606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511606

Black with #511606

Text Example


Text Example

White with #511606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511606; }

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

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

background-color css

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

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

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

border-color css

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

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

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