Html Css Color HEX #50171E Bordeaux

📋 copy color: '#50171E'

red 80 ◦ green 23 ◦ blue 30

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

Shades of Bordeaux #50171E

Tints of Bordeaux #50171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.29%

 BLUE value IS 30 (12.11% from 255) = 22.56%

R = 60.15%
G = 17.29%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50171E (or 0x50171E) is known color: Bordeaux. HEX triplet: 50, 17 and 1E. RGB value is (80,23,30). Sum of RGB (Red+Green+Blue) = 80+23+30=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50171E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50171E is #AFE8E1. Grayscale: #282828. Windows color (decimal): -11528418 or 1972048. OLE color: 1972048.

HSL color Cylindrical-coordinate representation of color #50171E: hue angle of 352.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50171E is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 23 30 -
CMYK 0 0.71 0.62 0.69
HSL 352.63º 0.55% 0.2% -
HSV(B) 352.63º 0.71% 0.31% -
XYZ 3.85 2.41 1.49 -
YUV 40.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 80 23 30 0 0.71 0.62 0.69 352.63 0.55 0.2
Hex 50 17 1E 0 47 3E 45 161 37 14
Octal 120 27 36 0 107 76 105 541 67 24
Binary 1010000 10111 11110 0 1000111 111110 1000101 101100001 110111 10100

Color Harmonies of #50171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50171E

Black with #50171E

Text Example


Text Example

White with #50171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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