Html Css Color HEX #501012 Bordeaux

📋 copy color: '#501012'

red 80 ◦ green 16 ◦ blue 18

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

Shades of Bordeaux #501012

Tints of Bordeaux #501012

RGB

 RED value IS 80 (31.64% from 255) = 70.18%

 GREEN value IS 16 (6.64% from 255) = 14.04%

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

R = 70.18%
G = 14.04%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#501012 (or 0x501012) is known color: Bordeaux. HEX triplet: 50, 10 and 12. RGB value is (80,16,18). Sum of RGB (Red+Green+Blue) = 80+16+18=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #501012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501012 is #AFEFED. Grayscale: #232323. Windows color (decimal): -11530222 or 1183824. OLE color: 1183824.

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

Color convert

RGB 80 16 18 -
CMYK 0 0.80 0.78 0.69
HSL 358.13º 0.67% 0.19% -
HSV(B) 358.13º 0.8% 0.31% -
XYZ 3.6 2.12 0.79 -
YUV 35.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 80 16 18 0 0.80 0.78 0.69 358.13 0.67 0.19
Hex 50 10 12 0 50 4E 45 166 43 13
Octal 120 20 22 0 120 116 105 546 103 23
Binary 1010000 10000 10010 0 1010000 1001110 1000101 101100110 1000011 10011

Color Harmonies of #501012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501012

Black with #501012

Text Example


Text Example

White with #501012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501012; }

 p { color: rgb(80,16,18); }

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

background-color css

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

 a { background-color: rgb(80,16,18); }

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

border-color css

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

 span { border-color: rgb(80,16,18); }

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