#571826

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

Shades of Bordeaux #571826

Tints of Bordeaux #571826

Color information

#571826 (or 0x571826) is unknown color: approx Bordeaux. HEX triplet: 57, 18 and 26. RGB value is (87,24,38). Sum of RGB (Red+Green+Blue) = 87+24+38=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571826 is #A8E7D9. Grayscale: #2C2C2C. Windows color (decimal): -11069402 or 2496599. OLE color: 2496599.

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

Color convert

RGB872438-
CMYK00.720.560.66
HSL346.67º56.76%21.76%-
HSV(B)346.67º72.41%34.12%-
XYZ4.612.822.14-
YUV44.43124.37158.36-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=58.39%
G=16.11%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87243800.720.560.66346.6756.7621.76
Hex571826048384215b3916
Octal12730460110701025337126
Binary10101111100010011001001000111000100001010101101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571826; }

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

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

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

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

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

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

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

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