#502229

Color #502229 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #502229

Tints of Bordeaux #502229

Color information

#502229 (or 0x502229) is unknown color: approx 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

RGB803441-
CMYK00.580.490.69
HSL350.87º40.35%22.35%-
HSV(B)350.87º57.5%31.37%-
XYZ4.283.012.45-
YUV48.55123.74150.43-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80344100.580.490.69350.8740.3522.35
Hex50222903A314515f2816
Octal1204251072611055375026
Binary10100001000101010010111010110001100010110101111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>