#500F22

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

Shades of Bordeaux #500F22

Tints of Bordeaux #500F22

Color information

#500F22 (or 0x500F22) is unknown color: approx Bordeaux. HEX triplet: 50, 0F and 22. RGB value is (80,15,34). Sum of RGB (Red+Green+Blue) = 80+15+34=129 (17% of max value = 765). Red value is 80 (31.64% from 255 or 62.02% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 80 - color contains mainly: red. Hex color #500F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F22 is #AFF0DD. Grayscale: #242424. Windows color (decimal): -11530462 or 2232144. OLE color: 2232144.

HSL color Cylindrical-coordinate representation of color #500F22: hue angle of 342.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F22 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB801534-
CMYK00.810.580.69
HSL342.46º68.42%18.63%-
HSV(B)342.46º81.25%31.37%-
XYZ3.772.161.73-
YUV36.6126.53158.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.02%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=62.02%
G=11.63%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80153400.810.580.69342.4668.4218.63
Hex50F220513A451564413
Octal120174201217210552610423
Binary10100001111100010010100011110101000101101010110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500F22; }

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

 H1.HeaderClassName
 {
   color: #500F22;
 }
 .AnyTagClassName
 {
   color: #500F22;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #500F22;
 }
 .BgClassName
 {
   background-color: #500F22;
 }
</style>
border-color css

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

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

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