#571623

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

Shades of Bordeaux #571623

Tints of Bordeaux #571623

Color information

#571623 (or 0x571623) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 23. RGB value is (87,22,35). Sum of RGB (Red+Green+Blue) = 87+22+35=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571623 is #A8E9DC. Grayscale: #2A2A2A. Windows color (decimal): -11069917 or 2299479. OLE color: 2299479.

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

Color convert

RGB872235-
CMYK00.750.600.66
HSL348º59.63%21.37%-
HSV(B)348º74.71%34.12%-
XYZ4.522.721.88-
YUV42.92123.53159.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=60.42%
G=15.28%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87223500.750.600.6634859.6321.37
Hex57162304B3C4215c3c15
Octal12726430113741025347425
Binary10101111011010001101001011111100100001010101110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571623; }

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

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

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

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

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

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

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

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