Html Css Color HEX #511612 Red Oxide

📋 copy color: '#511612'

red 81 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #511612

Tints of Red Oxide #511612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.88%

R = 66.94%
G = 18.18%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511612 (or 0x511612) is known color: Red Oxide. HEX triplet: 51, 16 and 12. RGB value is (81,22,18). Sum of RGB (Red+Green+Blue) = 81+22+18=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511612 is #AEE9ED. Grayscale: #272727. Windows color (decimal): -11463150 or 1185361. OLE color: 1185361.

HSL color Cylindrical-coordinate representation of color #511612: hue angle of 3.81º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511612 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 22 18 -
CMYK 0 0.73 0.78 0.68
HSL 3.81º 0.64% 0.19% -
HSV(B) 3.81º 0.78% 0.32% -
XYZ 3.79 2.37 0.83 -
YUV 39.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 81 22 18 0 0.73 0.78 0.68 3.81 0.64 0.19
Hex 51 16 12 0 49 4E 44 4 40 13
Octal 121 26 22 0 111 116 104 4 100 23
Binary 1010001 10110 10010 0 1001001 1001110 1000100 100 1000000 10011

Color Harmonies of #511612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511612

Black with #511612

Text Example


Text Example

White with #511612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511612; }

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

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

background-color css

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

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

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

border-color css

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

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

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