#551621

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

Shades of Bordeaux #551621

Tints of Bordeaux #551621

Color information

#551621 (or 0x551621) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 21. RGB value is (85,22,33). Sum of RGB (Red+Green+Blue) = 85+22+33=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551621 is #AAE9DE. Grayscale: #2A2A2A. Windows color (decimal): -11200991 or 2168405. OLE color: 2168405.

HSL color Cylindrical-coordinate representation of color #551621: hue angle of 349.52º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #551621 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB852233-
CMYK00.740.610.67
HSL349.52º58.88%20.98%-
HSV(B)349.52º74.12%33.33%-
XYZ4.312.611.72-
YUV42.09122.87158.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=60.71%
G=15.71%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85223300.740.610.67349.5258.8820.98
Hex55162104A3D4315e3b15
Octal12526410112751035367325
Binary10101011011010000101001010111101100001110101111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551621; }

 p { color: rgb(85,22,33); }

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

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

 a { background-color: rgb(85,22,33); }

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

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

 span { border-color: rgb(85,22,33); }

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