Html Css Color HEX #50212C Bordeaux

📋 copy color: '#50212C'

red 80 ◦ green 33 ◦ blue 44

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

Shades of Bordeaux #50212C

Tints of Bordeaux #50212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 50.96%
G = 21.02%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50212C (or 0x50212C) is known color: Bordeaux. HEX triplet: 50, 21 and 2C. RGB value is (80,33,44). Sum of RGB (Red+Green+Blue) = 80+33+44=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212C is #AFDED3. Grayscale: #303030. Windows color (decimal): -11525844 or 2892112. OLE color: 2892112.

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

Color convert

RGB 80 33 44 -
CMYK 0 0.59 0.45 0.69
HSL 345.96º 0.42% 0.22% -
HSV(B) 345.96º 0.59% 0.31% -
XYZ 4.31 2.98 2.73 -
YUV 48.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 80 33 44 0 0.59 0.45 0.69 345.96 0.42 0.22
Hex 50 21 2C 0 3B 2D 45 15A 2A 16
Octal 120 41 54 0 73 55 105 532 52 26
Binary 1010000 100001 101100 0 111011 101101 1000101 101011010 101010 10110

Color Harmonies of #50212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50212C

Black with #50212C

Text Example


Text Example

White with #50212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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