#55060D

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

Shades of Bordeaux #55060D

Tints of Bordeaux #55060D

Color information

#55060D (or 0x55060D) is unknown color: approx Bordeaux. HEX triplet: 55, 06 and 0D. RGB value is (85,6,13). Sum of RGB (Red+Green+Blue) = 85+6+13=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #55060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55060D is #AAF9F2. Grayscale: #1E1E1E. Windows color (decimal): -11205107 or 853589. OLE color: 853589.

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

Color convert

RGB85613-
CMYK00.930.850.67
HSL354.68º86.81%17.84%-
HSV(B)354.68º92.94%33.33%-
XYZ3.882.090.58-
YUV30.42118.17166.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 13 (5.47% from 255) = 12.5%
R=81.73%
G=5.77%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8561300.930.850.67354.6886.8117.84
Hex556D05D55431635712
Octal125615013512510354312722
Binary101010111011010101110110101011000011101100011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55060D; }

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

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

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

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

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

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

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

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