#570423

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

Shades of Bordeaux #570423

Tints of Bordeaux #570423

Color information

#570423 (or 0x570423) is unknown color: approx Bordeaux. HEX triplet: 57, 04 and 23. RGB value is (87,4,35). Sum of RGB (Red+Green+Blue) = 87+4+35=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570423 is #A8FBDC. Grayscale: #202020. Windows color (decimal): -11074525 or 2294871. OLE color: 2294871.

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

Color convert

RGB87435-
CMYK00.950.600.66
HSL337.59º91.21%17.84%-
HSV(B)337.59º95.4%34.12%-
XYZ4.282.231.8-
YUV32.35129.5166.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=69.05%
G=3.17%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8743500.950.600.66337.5991.2117.84
Hex5742305F3C421525b12
Octal12744301377410252213322
Binary1010111100100011010111111111001000010101010010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570423; }

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

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

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

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

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

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

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

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