#551622

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

Shades of Bordeaux #551622

Tints of Bordeaux #551622

Color information

#551622 (or 0x551622) is unknown color: approx Bordeaux. HEX triplet: 55, 16 and 22. RGB value is (85,22,34). Sum of RGB (Red+Green+Blue) = 85+22+34=141 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.28% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 85 - color contains mainly: red. Hex color #551622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551622 is #AAE9DD. Grayscale: #2A2A2A. Windows color (decimal): -11200990 or 2233941. OLE color: 2233941.

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

Color convert

RGB852234-
CMYK00.740.600.67
HSL348.57º58.88%20.98%-
HSV(B)348.57º74.12%33.33%-
XYZ4.322.621.79-
YUV42.2123.37158.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.28%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=60.28%
G=15.60%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85223400.740.600.67348.5758.8820.98
Hex55162204A3C4315d3b15
Octal12526420112741035357325
Binary10101011011010001001001010111100100001110101110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551622; }

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

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

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

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

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

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

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

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