#551B25

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

Shades of Bordeaux #551B25

Tints of Bordeaux #551B25

Color information

#551B25 (or 0x551B25) is unknown color: approx Bordeaux. HEX triplet: 55, 1B and 25. RGB value is (85,27,37). Sum of RGB (Red+Green+Blue) = 85+27+37=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B25 is #AAE4DA. Grayscale: #2D2D2D. Windows color (decimal): -11199707 or 2431829. OLE color: 2431829.

HSL color Cylindrical-coordinate representation of color #551B25: hue angle of 349.66º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B25 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB852737-
CMYK00.680.560.67
HSL349.66º51.79%21.96%-
HSV(B)349.66º68.24%33.33%-
XYZ4.472.852.06-
YUV45.48123.22156.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.05%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=57.05%
G=18.12%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85273700.680.560.67349.6651.7921.96
Hex551B25044384315e3416
Octal12533450104701035366426
Binary10101011101110010101000100111000100001110101111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B25; }

 p { color: rgb(85,27,37); }

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

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

 a { background-color: rgb(85,27,37); }

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

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

 span { border-color: rgb(85,27,37); }

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