#550623

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

Shades of Bordeaux #550623

Tints of Bordeaux #550623

Color information

#550623 (or 0x550623) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 23. RGB value is (85,6,35). Sum of RGB (Red+Green+Blue) = 85+6+35=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #550623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550623 is #AAF9DC. Grayscale: #202020. Windows color (decimal): -11205085 or 2295381. OLE color: 2295381.

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

Color convert

RGB85635-
CMYK00.930.590.67
HSL337.97º86.81%17.84%-
HSV(B)337.97º92.94%33.33%-
XYZ4.112.181.79-
YUV32.93129.17165.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=67.46%
G=4.76%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8563500.930.590.67337.9786.8117.84
Hex5562305D3B431525712
Octal12564301357310352212722
Binary1010101110100011010111011110111000011101010010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550623; }

 p { color: rgb(85,6,35); }

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

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

 a { background-color: rgb(85,6,35); }

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

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

 span { border-color: rgb(85,6,35); }

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