Html Css Color HEX #511810 Red Oxide

📋 copy color: '#511810'

red 81 ◦ green 24 ◦ blue 16

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

Shades of Red Oxide #511810

Tints of Red Oxide #511810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.83%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 66.94%
G = 19.83%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#511810 (or 0x511810) is known color: Red Oxide. HEX triplet: 51, 18 and 10. RGB value is (81,24,16). Sum of RGB (Red+Green+Blue) = 81+24+16=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511810 is #AEE7EF. Grayscale: #282828. Windows color (decimal): -11462640 or 1054801. OLE color: 1054801.

HSL color Cylindrical-coordinate representation of color #511810: hue angle of 7.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511810 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 24 16 -
CMYK 0 0.70 0.80 0.68
HSL 7.38º 0.67% 0.19% -
HSV(B) 7.38º 0.8% 0.32% -
XYZ 3.81 2.44 0.76 -
YUV 40.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 81 24 16 0 0.70 0.80 0.68 7.38 0.67 0.19
Hex 51 18 10 0 46 50 44 7 43 13
Octal 121 30 20 0 106 120 104 7 103 23
Binary 1010001 11000 10000 0 1000110 1010000 1000100 111 1000011 10011

Color Harmonies of #511810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511810

Black with #511810

Text Example


Text Example

White with #511810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511810; }

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

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

background-color css

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

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

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

border-color css

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

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

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