Html Css Color HEX #50202C Bordeaux

📋 copy color: '#50202C'

red 80 ◦ green 32 ◦ blue 44

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

Shades of Bordeaux #50202C

Tints of Bordeaux #50202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 44 (17.58% from 255) = 28.21%

R = 51.28%
G = 20.51%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50202C (or 0x50202C) is known color: Bordeaux. HEX triplet: 50, 20 and 2C. RGB value is (80,32,44). Sum of RGB (Red+Green+Blue) = 80+32+44=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50202C is #AFDFD3. Grayscale: #2F2F2F. Windows color (decimal): -11526100 or 2891856. OLE color: 2891856.

HSL color Cylindrical-coordinate representation of color #50202C: hue angle of 345º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50202C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 44 -
CMYK 0 0.60 0.45 0.69
HSL 345º 0.43% 0.22% -
HSV(B) 345º 0.6% 0.31% -
XYZ 4.28 2.92 2.72 -
YUV 47.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 80 32 44 0 0.60 0.45 0.69 345 0.43 0.22
Hex 50 20 2C 0 3C 2D 45 159 2B 16
Octal 120 40 54 0 74 55 105 531 53 26
Binary 1010000 100000 101100 0 111100 101101 1000101 101011001 101011 10110

Color Harmonies of #50202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50202C

Black with #50202C

Text Example


Text Example

White with #50202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50202C; }

 p { color: rgb(80,32,44); }

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

background-color css

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

 a { background-color: rgb(80,32,44); }

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

border-color css

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

 span { border-color: rgb(80,32,44); }

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