#570A23

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

Shades of Bordeaux #570A23

Tints of Bordeaux #570A23

Color information

#570A23 (or 0x570A23) is unknown color: approx Bordeaux. HEX triplet: 57, 0A and 23. RGB value is (87,10,35). Sum of RGB (Red+Green+Blue) = 87+10+35=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A23 is #A8F5DC. Grayscale: #232323. Windows color (decimal): -11072989 or 2296407. OLE color: 2296407.

HSL color Cylindrical-coordinate representation of color #570A23: hue angle of 340.52º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A23 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB871035-
CMYK00.890.600.66
HSL340.52º79.38%19.02%-
HSV(B)340.52º88.51%34.12%-
XYZ4.342.361.82-
YUV35.87127.51164.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 35 (14.06% from 255) = 26.52%
R=65.91%
G=7.58%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87103500.890.600.66340.5279.3819.02
Hex57A230593C421554f13
Octal127124301317410252511723
Binary10101111010100011010110011111001000010101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570A23; }

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

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

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

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

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

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

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

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