#55030B

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

Shades of Bordeaux #55030B

Tints of Bordeaux #55030B

Color information

#55030B (or 0x55030B) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 0B. RGB value is (85,3,11). Sum of RGB (Red+Green+Blue) = 85+3+11=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #55030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55030B is #AAFCF4. Grayscale: #1C1C1C. Windows color (decimal): -11205877 or 721749. OLE color: 721749.

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

Color convert

RGB85311-
CMYK00.960.870.67
HSL354.15º93.18%17.25%-
HSV(B)354.15º96.47%33.33%-
XYZ3.842.020.5-
YUV28.43118.17168.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85.86%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=85.86%
G=3.03%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8531100.960.870.67354.1593.1817.25
Hex553B06057431625d11
Octal125313014012710354213521
Binary10101011110110110000010101111000011101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55030B; }

 p { color: rgb(85,3,11); }

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

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

 a { background-color: rgb(85,3,11); }

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

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

 span { border-color: rgb(85,3,11); }

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