#551521

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

Shades of Bordeaux #551521

Tints of Bordeaux #551521

Color information

#551521 (or 0x551521) is unknown color: approx Bordeaux. HEX triplet: 55, 15 and 21. RGB value is (85,21,33). Sum of RGB (Red+Green+Blue) = 85+21+33=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551521 is #AAEADE. Grayscale: #292929. Windows color (decimal): -11201247 or 2168149. OLE color: 2168149.

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

Color convert

RGB852133-
CMYK00.750.610.67
HSL348.75º60.38%20.78%-
HSV(B)348.75º75.29%33.33%-
XYZ4.292.581.71-
YUV41.5123.2159.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=61.15%
G=15.11%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85213300.750.610.67348.7560.3820.78
Hex55152104B3D4315d3c15
Octal12525410113751035357425
Binary10101011010110000101001011111101100001110101110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551521; }

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

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

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

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

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

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

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

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