Html Css Color HEX #511614 Red Oxide

📋 copy color: '#511614'

red 81 ◦ green 22 ◦ blue 20

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

Shades of Red Oxide #511614

Tints of Red Oxide #511614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 65.85%
G = 17.89%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#511614 (or 0x511614) is known color: Red Oxide. HEX triplet: 51, 16 and 14. RGB value is (81,22,20). Sum of RGB (Red+Green+Blue) = 81+22+20=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #511614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511614 is #AEE9EB. Grayscale: #272727. Windows color (decimal): -11463148 or 1316433. OLE color: 1316433.

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

Color convert

RGB 81 22 20 -
CMYK 0 0.73 0.75 0.68
HSL 1.97º 0.6% 0.2% -
HSV(B) 1.97º 0.75% 0.32% -
XYZ 3.81 2.37 0.92 -
YUV 39.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 81 22 20 0 0.73 0.75 0.68 1.97 0.6 0.2
Hex 51 16 14 0 49 4B 44 2 3C 14
Octal 121 26 24 0 111 113 104 2 74 24
Binary 1010001 10110 10100 0 1001001 1001011 1000100 10 111100 10100

Color Harmonies of #511614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511614

Black with #511614

Text Example


Text Example

White with #511614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511614; }

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

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

background-color css

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

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

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

border-color css

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

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

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