#53152B

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

Shades of Bordeaux #53152B

Tints of Bordeaux #53152B

Color information

#53152B (or 0x53152B) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 2B. RGB value is (83,21,43). Sum of RGB (Red+Green+Blue) = 83+21+43=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53152B is #ACEAD4. Grayscale: #2A2A2A. Windows color (decimal): -11332309 or 2823507. OLE color: 2823507.

HSL color Cylindrical-coordinate representation of color #53152B: hue angle of 338.71º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53152B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB832143-
CMYK00.750.480.67
HSL338.71º59.62%20.39%-
HSV(B)338.71º74.7%32.55%-
XYZ4.272.552.55-
YUV42.05128.54157.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=56.46%
G=14.29%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83214300.750.480.67338.7159.6220.39
Hex53152B04B30431533c14
Octal12325530113601035237424
Binary10100111010110101101001011110000100001110101001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53152B; }

 p { color: rgb(83,21,43); }

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

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

 a { background-color: rgb(83,21,43); }

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

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

 span { border-color: rgb(83,21,43); }

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