Html Css Color HEX #511306 Red Oxide

📋 copy color: '#511306'

red 81 ◦ green 19 ◦ blue 6

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

Shades of Red Oxide #511306

Tints of Red Oxide #511306

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 76.42%
G = 17.92%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#511306 (or 0x511306) is known color: Red Oxide. HEX triplet: 51, 13 and 06. RGB value is (81,19,6). Sum of RGB (Red+Green+Blue) = 81+19+6=106 (14% of max value = 765). Red value is 81 (32.03% from 255 or 76.42% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 81 - color contains mainly: red. Hex color #511306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511306 is #AEECF9. Grayscale: #242424. Windows color (decimal): -11463930 or 398161. OLE color: 398161.

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

Color convert

RGB 81 19 6 -
CMYK 0 0.77 0.93 0.68
HSL 10.4º 0.86% 0.17% -
HSV(B) 10.4º 0.93% 0.32% -
XYZ 3.66 2.23 0.41 -
YUV 36.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 81 19 6 0 0.77 0.93 0.68 10.4 0.86 0.17
Hex 51 13 6 0 4D 5D 44 A 56 11
Octal 121 23 6 0 115 135 104 12 126 21
Binary 1010001 10011 110 0 1001101 1011101 1000100 1010 1010110 10001

Color Harmonies of #511306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511306

Black with #511306

Text Example


Text Example

White with #511306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511306; }

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

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

background-color css

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

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

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

border-color css

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

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

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