#571629

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

Shades of Bordeaux #571629

Tints of Bordeaux #571629

Color information

#571629 (or 0x571629) is unknown color: approx Bordeaux. HEX triplet: 57, 16 and 29. RGB value is (87,22,41). Sum of RGB (Red+Green+Blue) = 87+22+41=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571629 is #A8E9D6. Grayscale: #2B2B2B. Windows color (decimal): -11069911 or 2692695. OLE color: 2692695.

HSL color Cylindrical-coordinate representation of color #571629: hue angle of 342.46º 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 #571629 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB872241-
CMYK00.750.530.66
HSL342.46º59.63%21.37%-
HSV(B)342.46º74.71%34.12%-
XYZ4.622.762.39-
YUV43.6126.53158.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58%
GREEN value IS 22 (8.98% from 255) = 14.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=58%
G=14.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87224100.750.530.66342.4659.6321.37
Hex57162904B35421563c15
Octal12726510113651025267425
Binary10101111011010100101001011110101100001010101011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571629; }

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

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

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

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

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

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

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

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