Html Css Color HEX #50222A Bordeaux

📋 copy color: '#50222A'

red 80 ◦ green 34 ◦ blue 42

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

Shades of Bordeaux #50222A

Tints of Bordeaux #50222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.79%

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

R = 51.28%
G = 21.79%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50222A (or 0x50222A) is known color: Bordeaux. HEX triplet: 50, 22 and 2A. RGB value is (80,34,42). Sum of RGB (Red+Green+Blue) = 80+34+42=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #50222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50222A is #AFDDD5. Grayscale: #303030. Windows color (decimal): -11525590 or 2761296. OLE color: 2761296.

HSL color Cylindrical-coordinate representation of color #50222A: hue angle of 349.57º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50222A is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 42 -
CMYK 0 0.58 0.48 0.69
HSL 349.57º 0.4% 0.22% -
HSV(B) 349.57º 0.58% 0.31% -
XYZ 4.3 3.02 2.55 -
YUV 48.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 80 34 42 0 0.58 0.48 0.69 349.57 0.4 0.22
Hex 50 22 2A 0 3A 30 45 15E 28 16
Octal 120 42 52 0 72 60 105 536 50 26
Binary 1010000 100010 101010 0 111010 110000 1000101 101011110 101000 10110

Color Harmonies of #50222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50222A

Black with #50222A

Text Example


Text Example

White with #50222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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