#55010E

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

Shades of Bordeaux #55010E

Tints of Bordeaux #55010E

Color information

#55010E (or 0x55010E) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 0E. RGB value is (85,1,14). Sum of RGB (Red+Green+Blue) = 85+1+14=100 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 14 (5.86% from 255 or 14% from 100); Max value from RGB is 85 - color contains mainly: red. Hex color #55010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010E is #AAFEF1. Grayscale: #1B1B1B. Windows color (decimal): -11206386 or 917845. OLE color: 917845.

HSL color Cylindrical-coordinate representation of color #55010E: hue angle of 350.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55010E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB85114-
CMYK00.990.840.67
HSL350.71º97.67%16.86%-
HSV(B)350.71º98.82%33.33%-
XYZ3.841.980.6-
YUV27.6120.33168.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 14 (5.86% from 255) = 14%
R=85%
G=1%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511400.990.840.67350.7197.6716.86
Hex551E063544315f6211
Octal125116014312410353714221
Binary1010101111100110001110101001000011101011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55010E; }

 p { color: rgb(85,1,14); }

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

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

 a { background-color: rgb(85,1,14); }

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

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

 span { border-color: rgb(85,1,14); }

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