#551421

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

Shades of Bordeaux #551421

Tints of Bordeaux #551421

Color information

#551421 (or 0x551421) is unknown color: approx Bordeaux. HEX triplet: 55, 14 and 21. RGB value is (85,20,33). Sum of RGB (Red+Green+Blue) = 85+20+33=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551421 is #AAEBDE. Grayscale: #282828. Windows color (decimal): -11201503 or 2167893. OLE color: 2167893.

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

Color convert

RGB852033-
CMYK00.760.610.67
HSL348º61.9%20.59%-
HSV(B)348º76.47%33.33%-
XYZ4.272.541.7-
YUV40.92123.53159.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=61.59%
G=14.49%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85203300.760.610.6734861.920.59
Hex55142104C3D4315c3e15
Octal12524410114751035347625
Binary10101011010010000101001100111101100001110101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551421; }

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

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

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

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

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

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

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

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