#500921

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

Shades of Bordeaux #500921

Tints of Bordeaux #500921

Color information

#500921 (or 0x500921) is unknown color: approx Bordeaux. HEX triplet: 50, 09 and 21. RGB value is (80,9,33). Sum of RGB (Red+Green+Blue) = 80+9+33=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #500921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500921 is #AFF6DE. Grayscale: #202020. Windows color (decimal): -11531999 or 2165072. OLE color: 2165072.

HSL color Cylindrical-coordinate representation of color #500921: hue angle of 339.72º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500921 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB80933-
CMYK00.890.590.69
HSL339.72º79.78%17.45%-
HSV(B)339.72º88.75%31.37%-
XYZ3.682.011.63-
YUV32.96128.02161.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 65.57%
GREEN value IS 9 (3.91% from 255) = 7.38%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=65.57%
G=7.38%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8093300.890.590.69339.7279.7817.45
Hex509210593B451545011
Octal120114101317310552412021
Binary10100001001100001010110011110111000101101010100101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500921; }

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

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

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

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

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

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

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

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