#571A2A

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

Shades of Bordeaux #571A2A

Tints of Bordeaux #571A2A

Color information

#571A2A (or 0x571A2A) is unknown color: approx Bordeaux. HEX triplet: 57, 1A and 2A. RGB value is (87,26,42). Sum of RGB (Red+Green+Blue) = 87+26+42=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #571A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A2A is #A8E5D5. Grayscale: #2E2E2E. Windows color (decimal): -11068886 or 2759255. OLE color: 2759255.

HSL color Cylindrical-coordinate representation of color #571A2A: hue angle of 344.26º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A2A is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB872642-
CMYK00.700.520.66
HSL344.26º53.98%22.16%-
HSV(B)344.26º70.11%34.12%-
XYZ4.722.932.51-
YUV46.06125.71157.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.13%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=56.13%
G=16.77%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87264200.700.520.66344.2653.9822.16
Hex571A2A04634421583616
Octal12732520106641025306626
Binary10101111101010101001000110110100100001010101100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A2A; }

 p { color: rgb(87,26,42); }

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

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

 a { background-color: rgb(87,26,42); }

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

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

 span { border-color: rgb(87,26,42); }

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