#55010F

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

Shades of Bordeaux #55010F

Tints of Bordeaux #55010F

Color information

#55010F (or 0x55010F) is unknown color: approx Bordeaux. HEX triplet: 55, 01 and 0F. RGB value is (85,1,15). Sum of RGB (Red+Green+Blue) = 85+1+15=101 (13% of max value = 765). Red value is 85 (33.59% from 255 or 84.16% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 85 - color contains mainly: red. Hex color #55010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55010F is #AAFEF0. Grayscale: #1B1B1B. Windows color (decimal): -11206385 or 983381. OLE color: 983381.

HSL color Cylindrical-coordinate representation of color #55010F: hue angle of 350º 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 #55010F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB85115-
CMYK00.990.820.67
HSL350º97.67%16.86%-
HSV(B)350º98.82%33.33%-
XYZ3.841.990.63-
YUV27.71120.83168.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 84.16%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=84.16%
G=0.99%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511500.990.820.6735097.6716.86
Hex551F063524315e6211
Octal125117014312210353614221
Binary1010101111110110001110100101000011101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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