#500C23

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

Shades of Bordeaux #500C23

Tints of Bordeaux #500C23

Color information

#500C23 (or 0x500C23) is unknown color: approx Bordeaux. HEX triplet: 50, 0C and 23. RGB value is (80,12,35). Sum of RGB (Red+Green+Blue) = 80+12+35=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #500C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C23 is #AFF3DC. Grayscale: #222222. Windows color (decimal): -11531229 or 2296912. OLE color: 2296912.

HSL color Cylindrical-coordinate representation of color #500C23: hue angle of 339.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #500C23 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB801235-
CMYK00.850.560.69
HSL339.71º73.91%18.04%-
HSV(B)339.71º85%31.37%-
XYZ3.742.091.8-
YUV34.95128.03160.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 62.99%
GREEN value IS 12 (5.08% from 255) = 9.45%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=62.99%
G=9.45%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80123500.850.560.69339.7173.9118.04
Hex50C2305538451544a12
Octal120144301257010552411222
Binary10100001100100011010101011110001000101101010100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,12,35); }

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

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

 a { background-color: rgb(80,12,35); }

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

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

 span { border-color: rgb(80,12,35); }

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