Html Css Color HEX #511514 Red Oxide

📋 copy color: '#511514'

red 81 ◦ green 21 ◦ blue 20

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

Shades of Red Oxide #511514

Tints of Red Oxide #511514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 66.39%
G = 17.21%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#511514 (or 0x511514) is known color: Red Oxide. HEX triplet: 51, 15 and 14. RGB value is (81,21,20). Sum of RGB (Red+Green+Blue) = 81+21+20=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511514 is #AEEAEB. Grayscale: #262626. Windows color (decimal): -11463404 or 1316177. OLE color: 1316177.

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

Color convert

RGB 81 21 20 -
CMYK 0 0.74 0.75 0.68
HSL 0.98º 0.6% 0.2% -
HSV(B) 0.98º 0.75% 0.32% -
XYZ 3.79 2.34 0.91 -
YUV 38.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 81 21 20 0 0.74 0.75 0.68 0.98 0.6 0.2
Hex 51 15 14 0 4A 4B 44 1 3C 14
Octal 121 25 24 0 112 113 104 1 74 24
Binary 1010001 10101 10100 0 1001010 1001011 1000100 1 111100 10100

Color Harmonies of #511514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511514

Black with #511514

Text Example


Text Example

White with #511514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511514; }

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

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

background-color css

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

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

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

border-color css

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

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

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