#571823

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

Shades of Bordeaux #571823

Tints of Bordeaux #571823

Color information

#571823 (or 0x571823) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 23. RGB value is (87,24,35). Sum of RGB (Red+Green+Blue) = 87+24+35=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571823 is #A8E7DC. Grayscale: #2C2C2C. Windows color (decimal): -11069405 or 2299991. OLE color: 2299991.

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

Color convert

RGB872435-
CMYK00.720.600.66
HSL349.52º56.76%21.76%-
HSV(B)349.52º72.41%34.12%-
XYZ4.562.81.89-
YUV44.09122.87158.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=59.59%
G=16.44%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243500.720.600.66349.5256.7621.76
Hex5718230483C4215e3916
Octal12730430110741025367126
Binary10101111100010001101001000111100100001010101111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571823; }

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

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

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

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

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

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

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

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