Html Css Color HEX #50212A Bordeaux

📋 copy color: '#50212A'

red 80 ◦ green 33 ◦ blue 42

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

Shades of Bordeaux #50212A

Tints of Bordeaux #50212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 51.61%
G = 21.29%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50212A (or 0x50212A) is known color: Bordeaux. HEX triplet: 50, 21 and 2A. RGB value is (80,33,42). Sum of RGB (Red+Green+Blue) = 80+33+42=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #50212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50212A is #AFDED5. Grayscale: #303030. Windows color (decimal): -11525846 or 2761040. OLE color: 2761040.

HSL color Cylindrical-coordinate representation of color #50212A: hue angle of 348.51º 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 #50212A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 42 -
CMYK 0 0.59 0.48 0.69
HSL 348.51º 0.42% 0.22% -
HSV(B) 348.51º 0.59% 0.31% -
XYZ 4.27 2.96 2.54 -
YUV 48.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 80 33 42 0 0.59 0.48 0.69 348.51 0.42 0.22
Hex 50 21 2A 0 3B 30 45 15D 2A 16
Octal 120 41 52 0 73 60 105 535 52 26
Binary 1010000 100001 101010 0 111011 110000 1000101 101011101 101010 10110

Color Harmonies of #50212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50212A

Black with #50212A

Text Example


Text Example

White with #50212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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