Html Css Color HEX #502229 Bordeaux

📋 copy color: '#502229'

red 80 ◦ green 34 ◦ blue 41

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

Shades of Bordeaux #502229

Tints of Bordeaux #502229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.45%

R = 51.61%
G = 21.94%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#502229 (or 0x502229) is known color: Bordeaux. HEX triplet: 50, 22 and 29. RGB value is (80,34,41). Sum of RGB (Red+Green+Blue) = 80+34+41=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502229 is #AFDDD6. Grayscale: #303030. Windows color (decimal): -11525591 or 2695760. OLE color: 2695760.

HSL color Cylindrical-coordinate representation of color #502229: hue angle of 350.87º 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 #502229 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 41 -
CMYK 0 0.58 0.49 0.69
HSL 350.87º 0.4% 0.22% -
HSV(B) 350.87º 0.58% 0.31% -
XYZ 4.28 3.01 2.45 -
YUV 48.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 80 34 41 0 0.58 0.49 0.69 350.87 0.4 0.22
Hex 50 22 29 0 3A 31 45 15F 28 16
Octal 120 42 51 0 72 61 105 537 50 26
Binary 1010000 100010 101001 0 111010 110001 1000101 101011111 101000 10110

Color Harmonies of #502229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502229

Black with #502229

Text Example


Text Example

White with #502229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502229; }

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

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

background-color css

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

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

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

border-color css

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

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

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