Html Css Color HEX #500217 Bordeaux

📋 copy color: '#500217'

red 80 ◦ green 2 ◦ blue 23

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

Shades of Bordeaux #500217

Tints of Bordeaux #500217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.9%

 BLUE value IS 23 (9.38% from 255) = 21.9%

R = 76.19%
G = 1.9%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#500217 (or 0x500217) is known color: Bordeaux. HEX triplet: 50, 02 and 17. RGB value is (80,2,23). Sum of RGB (Red+Green+Blue) = 80+2+23=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500217 is #AFFDE8. Grayscale: #1B1B1B. Windows color (decimal): -11533801 or 1507920. OLE color: 1507920.

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

Color convert

RGB 80 2 23 -
CMYK 0 0.98 0.71 0.69
HSL 343.85º 0.95% 0.16% -
HSV(B) 343.85º 0.98% 0.31% -
XYZ 3.48 1.81 0.98 -
YUV 27.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 80 2 23 0 0.98 0.71 0.69 343.85 0.95 0.16
Hex 50 2 17 0 62 47 45 158 5F 10
Octal 120 2 27 0 142 107 105 530 137 20
Binary 1010000 10 10111 0 1100010 1000111 1000101 101011000 1011111 10000

Color Harmonies of #500217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500217

Black with #500217

Text Example


Text Example

White with #500217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500217; }

 p { color: rgb(80,2,23); }

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

background-color css

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

 a { background-color: rgb(80,2,23); }

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

border-color css

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

 span { border-color: rgb(80,2,23); }

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