#55102A

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

Shades of Bordeaux #55102A

Tints of Bordeaux #55102A

Color information

#55102A (or 0x55102A) is unknown color: approx Bordeaux. HEX triplet: 55, 10 and 2A. RGB value is (85,16,42). Sum of RGB (Red+Green+Blue) = 85+16+42=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #55102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55102A is #AAEFD5. Grayscale: #272727. Windows color (decimal): -11202518 or 2756693. OLE color: 2756693.

HSL color Cylindrical-coordinate representation of color #55102A: hue angle of 337.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55102A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB851642-
CMYK00.810.510.67
HSL337.39º68.32%19.8%-
HSV(B)337.39º81.18%33.33%-
XYZ4.352.472.44-
YUV39.6129.36160.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.44%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 42 (16.80% from 255) = 29.37%
R=59.44%
G=11.19%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85164200.810.510.67337.3968.3219.8
Hex55102A05133431514414
Octal125205201216310352110424
Binary101010110000101010010100011100111000011101010001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55102A; }

 p { color: rgb(85,16,42); }

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

<style>
 a { background-color: #55102A; }

 a { background-color: rgb(85,16,42); }

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

<style>
 span { border-color: #55102A; }

 span { border-color: rgb(85,16,42); }

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