#500C15

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

Shades of Bordeaux #500C15

Tints of Bordeaux #500C15

Color information

#500C15 (or 0x500C15) is unknown color: approx Bordeaux. HEX triplet: 50, 0C and 15. RGB value is (80,12,21). Sum of RGB (Red+Green+Blue) = 80+12+21=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #500C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500C15 is #AFF3EA. Grayscale: #212121. Windows color (decimal): -11531243 or 1379408. OLE color: 1379408.

HSL color Cylindrical-coordinate representation of color #500C15: hue angle of 352.06º 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 #500C15 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB801221-
CMYK00.850.740.69
HSL352.06º73.91%18.04%-
HSV(B)352.06º85%31.37%-
XYZ3.582.020.91-
YUV33.36121.03161.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 70.80%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=70.80%
G=10.62%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80122100.850.740.69352.0673.9118.04
Hex50C150554A451604a12
Octal1201425012511210554011222
Binary10100001100101010101010110010101000101101100000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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