#571828

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

Shades of Bordeaux #571828

Tints of Bordeaux #571828

Color information

#571828 (or 0x571828) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 28. RGB value is (87,24,40). Sum of RGB (Red+Green+Blue) = 87+24+40=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571828 is #A8E7D7. Grayscale: #2C2C2C. Windows color (decimal): -11069400 or 2627671. OLE color: 2627671.

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

Color convert

RGB872440-
CMYK00.720.540.66
HSL344.76º56.76%21.76%-
HSV(B)344.76º72.41%34.12%-
XYZ4.642.832.31-
YUV44.66125.37158.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=57.62%
G=15.89%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87244000.720.540.66344.7656.7621.76
Hex57182804836421593916
Octal12730500110661025317126
Binary10101111100010100001001000110110100001010101100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571828; }

 p { color: rgb(87,24,40); }

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

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

 a { background-color: rgb(87,24,40); }

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

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

 span { border-color: rgb(87,24,40); }

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