#551422

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

Shades of Bordeaux #551422

Tints of Bordeaux #551422

Color information

#551422 (or 0x551422) is unknown color: approx Bordeaux. HEX triplet: 55, 14 and 22. RGB value is (85,20,34). Sum of RGB (Red+Green+Blue) = 85+20+34=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551422 is #AAEBDD. Grayscale: #292929. Windows color (decimal): -11201502 or 2233429. OLE color: 2233429.

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

Color convert

RGB852034-
CMYK00.760.600.67
HSL347.08º61.9%20.59%-
HSV(B)347.08º76.47%33.33%-
XYZ4.292.551.78-
YUV41.03124.03159.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 34 (13.67% from 255) = 24.46%
R=61.15%
G=14.39%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85203400.760.600.67347.0861.920.59
Hex55142204C3C4315b3e15
Octal12524420114741035337625
Binary10101011010010001001001100111100100001110101101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551422; }

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

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

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

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

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

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

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

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