#55031F

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

Shades of Bordeaux #55031F

Tints of Bordeaux #55031F

Color information

#55031F (or 0x55031F) is unknown color: approx Bordeaux. HEX triplet: 55, 03 and 1F. RGB value is (85,3,31). Sum of RGB (Red+Green+Blue) = 85+3+31=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #55031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55031F is #AAFCE0. Grayscale: #1E1E1E. Windows color (decimal): -11205857 or 2032469. OLE color: 2032469.

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

Color convert

RGB85331-
CMYK00.960.640.67
HSL339.51º93.18%17.25%-
HSV(B)339.51º96.47%33.33%-
XYZ4.032.11.49-
YUV30.71128.17166.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=71.43%
G=2.52%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8533100.960.640.67339.5193.1817.25
Hex5531F06040431545d11
Octal125337014010010352413521
Binary101010111111110110000010000001000011101010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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