#50232A

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

Shades of Bordeaux #50232A

Tints of Bordeaux #50232A

Color information

#50232A (or 0x50232A) is unknown color: approx Bordeaux. HEX triplet: 50, 23 and 2A. RGB value is (80,35,42). Sum of RGB (Red+Green+Blue) = 80+35+42=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #50232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50232A is #AFDCD5. Grayscale: #313131. Windows color (decimal): -11525334 or 2761552. OLE color: 2761552.

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

Color convert

RGB803542-
CMYK00.560.480.69
HSL350.67º39.13%22.55%-
HSV(B)350.67º56.25%31.37%-
XYZ4.333.072.56-
YUV49.25123.91149.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=50.96%
G=22.29%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80354200.560.480.69350.6739.1322.55
Hex50232A038304515f2717
Octal1204352070601055374727
Binary10100001000111010100111000110000100010110101111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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