Html Css Color HEX #500319 Bordeaux

📋 copy color: '#500319'

red 80 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #500319

Tints of Bordeaux #500319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 74.07%
G = 2.78%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#500319 (or 0x500319) is known color: Bordeaux. HEX triplet: 50, 03 and 19. RGB value is (80,3,25). Sum of RGB (Red+Green+Blue) = 80+3+25=108 (14% of max value = 765). Red value is 80 (31.64% from 255 or 74.07% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 80 - color contains mainly: red. Hex color #500319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500319 is #AFFCE6. Grayscale: #1C1C1C. Windows color (decimal): -11533543 or 1639248. OLE color: 1639248.

HSL color Cylindrical-coordinate representation of color #500319: hue angle of 342.86º 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 #500319 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 3 25 -
CMYK 0 0.96 0.69 0.69
HSL 342.86º 0.93% 0.16% -
HSV(B) 342.86º 0.96% 0.31% -
XYZ 3.52 1.84 1.09 -
YUV 28.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 80 3 25 0 0.96 0.69 0.69 342.86 0.93 0.16
Hex 50 3 19 0 60 45 45 157 5D 10
Octal 120 3 31 0 140 105 105 527 135 20
Binary 1010000 11 11001 0 1100000 1000101 1000101 101010111 1011101 10000

Color Harmonies of #500319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500319

Black with #500319

Text Example


Text Example

White with #500319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500319; }

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

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

background-color css

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

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

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

border-color css

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

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

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