#55000D

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

Shades of Bordeaux #55000D

Tints of Bordeaux #55000D

Color information

#55000D (or 0x55000D) is unknown color: approx Bordeaux. HEX triplet: 55, 00 and 0D. RGB value is (85,0,13). Sum of RGB (Red+Green+Blue) = 85+0+13=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #55000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55000D is #AAFFF2. Grayscale: #1A1A1A. Windows color (decimal): -11206643 or 852053. OLE color: 852053.

HSL color Cylindrical-coordinate representation of color #55000D: hue angle of 350.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55000D is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB85013-
CMYK010.850.67
HSL350.82º100%16.67%-
HSV(B)350.82º100%33.33%-
XYZ3.821.960.56-
YUV26.9120.16169.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=86.73%
G=0%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85013010.850.67350.8210016.67
Hex550D064554315f6411
Octal125015014412510353714421
Binary1010101011010110010010101011000011101011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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