Html Css Color HEX #500312 Bordeaux

📋 copy color: '#500312'

red 80 ◦ green 3 ◦ blue 18

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

Shades of Bordeaux #500312

Tints of Bordeaux #500312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.97%

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

R = 79.21%
G = 2.97%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#500312 (or 0x500312) is known color: Bordeaux. HEX triplet: 50, 03 and 12. RGB value is (80,3,18). Sum of RGB (Red+Green+Blue) = 80+3+18=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500312 is #AFFCED. Grayscale: #1B1B1B. Windows color (decimal): -11533550 or 1180496. OLE color: 1180496.

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

Color convert

RGB 80 3 18 -
CMYK 0 0.96 0.78 0.69
HSL 348.31º 0.93% 0.16% -
HSV(B) 348.31º 0.96% 0.31% -
XYZ 3.45 1.81 0.74 -
YUV 27.73 122.51 165.28 -
System Red Green Blue C M Y K H S L
Decimal 80 3 18 0 0.96 0.78 0.69 348.31 0.93 0.16
Hex 50 3 12 0 60 4E 45 15C 5D 10
Octal 120 3 22 0 140 116 105 534 135 20
Binary 1010000 11 10010 0 1100000 1001110 1000101 101011100 1011101 10000

Color Harmonies of #500312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500312

Black with #500312

Text Example


Text Example

White with #500312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500312; }

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

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

background-color css

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

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

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

border-color css

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

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

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