#50152A

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

Shades of Bordeaux #50152A

Tints of Bordeaux #50152A

Color information

#50152A (or 0x50152A) is unknown color: approx Bordeaux. HEX triplet: 50, 15 and 2A. RGB value is (80,21,42). Sum of RGB (Red+Green+Blue) = 80+21+42=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50152A is #AFEAD5. Grayscale: #292929. Windows color (decimal): -11528918 or 2757968. OLE color: 2757968.

HSL color Cylindrical-coordinate representation of color #50152A: hue angle of 338.64º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50152A is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB802142-
CMYK00.740.480.69
HSL338.64º58.42%19.8%-
HSV(B)338.64º73.75%31.37%-
XYZ3.992.412.44-
YUV41.04128.55155.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 55.94%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=55.94%
G=14.69%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80214200.740.480.69338.6458.4219.8
Hex50152A04A30451533a14
Octal12025520112601055237224
Binary10100001010110101001001010110000100010110101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50152A; }

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

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

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

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

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

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

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

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