Html Css Color HEX #500012 Bordeaux

📋 copy color: '#500012'

red 80 ◦ green 0 ◦ blue 18

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

Shades of Bordeaux #500012

Tints of Bordeaux #500012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.63%
G = 0%
B = 18.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500012 (or 0x500012) is known color: Bordeaux. HEX triplet: 50, 00 and 12. RGB value is (80,0,18). Sum of RGB (Red+Green+Blue) = 80+0+18=98 (12% of max value = 765). Red value is 80 (31.64% from 255 or 81.63% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 80 - color contains mainly: red. Hex color #500012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500012 is #AFFFED. Grayscale: #191919. Windows color (decimal): -11534318 or 1179728. OLE color: 1179728.

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

Color convert

RGB 80 0 18 -
CMYK 0 1 0.78 0.69
HSL 346.5º 1% 0.16% -
HSV(B) 346.5º 1% 0.31% -
XYZ 3.42 1.75 0.73 -
YUV 25.97 123.5 166.54 -
System Red Green Blue C M Y K H S L
Decimal 80 0 18 0 1 0.78 0.69 346.5 1 0.16
Hex 50 0 12 0 64 4E 45 15A 64 10
Octal 120 0 22 0 144 116 105 532 144 20
Binary 1010000 0 10010 0 1100100 1001110 1000101 101011010 1100100 10000

Color Harmonies of #500012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500012

Black with #500012

Text Example


Text Example

White with #500012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500012; }

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

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

background-color css

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

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

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

border-color css

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

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

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