Html Css Color HEX #500410 Bordeaux

📋 copy color: '#500410'

red 80 ◦ green 4 ◦ blue 16

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

Shades of Bordeaux #500410

Tints of Bordeaux #500410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4%

 BLUE value IS 16 (6.64% from 255) = 16%

R = 80%
G = 4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#500410 (or 0x500410) is known color: Bordeaux. HEX triplet: 50, 04 and 10. RGB value is (80,4,16). Sum of RGB (Red+Green+Blue) = 80+4+16=100 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 80 - color contains mainly: red. Hex color #500410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500410 is #AFFBEF. Grayscale: #1C1C1C. Windows color (decimal): -11533296 or 1049680. OLE color: 1049680.

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

Color convert

RGB 80 4 16 -
CMYK 0 0.95 0.80 0.69
HSL 350.53º 0.9% 0.16% -
HSV(B) 350.53º 0.95% 0.31% -
XYZ 3.45 1.83 0.66 -
YUV 28.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 80 4 16 0 0.95 0.80 0.69 350.53 0.9 0.16
Hex 50 4 10 0 5F 50 45 15F 5A 10
Octal 120 4 20 0 137 120 105 537 132 20
Binary 1010000 100 10000 0 1011111 1010000 1000101 101011111 1011010 10000

Color Harmonies of #500410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500410

Black with #500410

Text Example


Text Example

White with #500410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500410; }

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

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

background-color css

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

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

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

border-color css

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

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

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