#57122B

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

Shades of Bordeaux #57122B

Tints of Bordeaux #57122B

Color information

#57122B (or 0x57122B) is unknown color: approx Bordeaux. HEX triplet: 57, 12 and 2B. RGB value is (87,18,43). Sum of RGB (Red+Green+Blue) = 87+18+43=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122B is #A8EDD4. Grayscale: #292929. Windows color (decimal): -11070933 or 2822743. OLE color: 2822743.

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

Color convert

RGB871843-
CMYK00.790.510.66
HSL338.26º65.71%20.59%-
HSV(B)338.26º79.31%34.12%-
XYZ4.582.632.55-
YUV41.48128.86160.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=58.78%
G=12.16%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87184300.790.510.66338.2665.7120.59
Hex57122B04F33421524215
Octal127225301176310252210225
Binary101011110010101011010011111100111000010101010010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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