#55001F

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

Shades of Bordeaux #55001F

Tints of Bordeaux #55001F

Color information

#55001F (or 0x55001F) is unknown color: approx Bordeaux. HEX triplet: 55, 00 and 1F. RGB value is (85,0,31). Sum of RGB (Red+Green+Blue) = 85+0+31=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #55001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55001F is #AAFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11206625 or 2031701. OLE color: 2031701.

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

Color convert

RGB85031-
CMYK010.640.67
HSL338.12º100%16.67%-
HSV(B)338.12º100%33.33%-
XYZ3.992.031.48-
YUV28.95129.16167.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 73.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=73.28%
G=0%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85031010.640.67338.1210016.67
Hex5501F06440431526411
Octal125037014410010352214421
Binary10101010111110110010010000001000011101010010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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