#570323

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

Shades of Bordeaux #570323

Tints of Bordeaux #570323

Color information

#570323 (or 0x570323) is unknown color: approx Bordeaux. HEX triplet: 57, 03 and 23. RGB value is (87,3,35). Sum of RGB (Red+Green+Blue) = 87+3+35=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570323 is #A8FCDC. Grayscale: #1F1F1F. Windows color (decimal): -11074781 or 2294615. OLE color: 2294615.

HSL color Cylindrical-coordinate representation of color #570323: hue angle of 337.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570323 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB87335-
CMYK00.970.600.66
HSL337.14º93.33%17.65%-
HSV(B)337.14º96.55%34.12%-
XYZ4.272.211.79-
YUV31.76129.83167.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 3 (1.56% from 255) = 2.4%
BLUE value IS 35 (14.06% from 255) = 28%
R=69.6%
G=2.4%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733500.970.600.66337.1493.3317.65
Hex573230613C421515d12
Octal12734301417410252113522
Binary101011111100011011000011111001000010101010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570323; }

 p { color: rgb(87,3,35); }

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

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

 a { background-color: rgb(87,3,35); }

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

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

 span { border-color: rgb(87,3,35); }

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