Html Css Color HEX #511406 Red Oxide

📋 copy color: '#511406'

red 81 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #511406

Tints of Red Oxide #511406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 75.7%
G = 18.69%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#511406 (or 0x511406) is known color: Red Oxide. HEX triplet: 51, 14 and 06. RGB value is (81,20,6). Sum of RGB (Red+Green+Blue) = 81+20+6=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #511406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511406 is #AEEBF9. Grayscale: #242424. Windows color (decimal): -11463674 or 398417. OLE color: 398417.

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

Color convert

RGB 81 20 6 -
CMYK 0 0.75 0.93 0.68
HSL 11.2º 0.86% 0.17% -
HSV(B) 11.2º 0.93% 0.32% -
XYZ 3.68 2.26 0.42 -
YUV 36.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 81 20 6 0 0.75 0.93 0.68 11.2 0.86 0.17
Hex 51 14 6 0 4B 5D 44 B 56 11
Octal 121 24 6 0 113 135 104 13 126 21
Binary 1010001 10100 110 0 1001011 1011101 1000100 1011 1010110 10001

Color Harmonies of #511406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511406

Black with #511406

Text Example


Text Example

White with #511406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511406; }

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

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

background-color css

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

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

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

border-color css

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

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

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