#57132B

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

Shades of Bordeaux #57132B

Tints of Bordeaux #57132B

Color information

#57132B (or 0x57132B) is unknown color: approx Bordeaux. HEX triplet: 57, 13 and 2B. RGB value is (87,19,43). Sum of RGB (Red+Green+Blue) = 87+19+43=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #57132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57132B is #A8ECD4. Grayscale: #2A2A2A. Windows color (decimal): -11070677 or 2822999. OLE color: 2822999.

HSL color Cylindrical-coordinate representation of color #57132B: hue angle of 338.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #57132B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB871943-
CMYK00.780.510.66
HSL338.82º64.15%20.78%-
HSV(B)338.82º78.16%34.12%-
XYZ4.62.672.56-
YUV42.07128.53160.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=58.39%
G=12.75%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87194300.780.510.66338.8264.1520.78
Hex57132B04E33421534015
Octal127235301166310252310025
Binary101011110011101011010011101100111000010101010011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,19,43); }

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

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

 a { background-color: rgb(87,19,43); }

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

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

 span { border-color: rgb(87,19,43); }

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