#550612

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

Shades of Bordeaux #550612

Tints of Bordeaux #550612

Color information

#550612 (or 0x550612) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 12. RGB value is (85,6,18). Sum of RGB (Red+Green+Blue) = 85+6+18=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550612 is #AAF9ED. Grayscale: #1F1F1F. Windows color (decimal): -11205102 or 1181269. OLE color: 1181269.

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

Color convert

RGB85618-
CMYK00.930.790.67
HSL350.89º86.81%17.84%-
HSV(B)350.89º92.94%33.33%-
XYZ3.922.110.77-
YUV30.99120.67166.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=77.98%
G=5.50%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561800.930.790.67350.8986.8117.84
Hex5561205D4F4315f5712
Octal125622013511710353712722
Binary1010101110100100101110110011111000011101011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550612; }

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

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

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

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

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

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

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

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