Html Css Color HEX #500710 Bordeaux

📋 copy color: '#500710'

red 80 ◦ green 7 ◦ blue 16

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

Shades of Bordeaux #500710

Tints of Bordeaux #500710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.8%

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

R = 77.67%
G = 6.8%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#500710 (or 0x500710) is known color: Bordeaux. HEX triplet: 50, 07 and 10. RGB value is (80,7,16). Sum of RGB (Red+Green+Blue) = 80+7+16=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #500710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500710 is #AFF8EF. Grayscale: #1D1D1D. Windows color (decimal): -11532528 or 1050448. OLE color: 1050448.

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

Color convert

RGB 80 7 16 -
CMYK 0 0.91 0.80 0.69
HSL 352.6º 0.84% 0.17% -
HSV(B) 352.6º 0.91% 0.31% -
XYZ 3.48 1.89 0.67 -
YUV 29.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 80 7 16 0 0.91 0.80 0.69 352.6 0.84 0.17
Hex 50 7 10 0 5B 50 45 161 54 11
Octal 120 7 20 0 133 120 105 541 124 21
Binary 1010000 111 10000 0 1011011 1010000 1000101 101100001 1010100 10001

Color Harmonies of #500710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500710

Black with #500710

Text Example


Text Example

White with #500710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500710; }

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

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

background-color css

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

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

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

border-color css

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

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

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