Html Css Color HEX #55142C Bordeaux

📋 copy color: '#55142C'

red 85 ◦ green 20 ◦ blue 44

#55142C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #55142C

Tints of Bordeaux #55142C

RGB

 RED value IS 85 (33.59% from 255) = 57.05%

 GREEN value IS 20 (8.2% from 255) = 13.42%

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 57.05%
G = 13.42%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55142C (or 0x55142C) is known color: Bordeaux. HEX triplet: 55, 14 and 2C. RGB value is (85,20,44). Sum of RGB (Red+Green+Blue) = 85+20+44=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #55142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55142C is #AAEBD3. Grayscale: #2A2A2A. Windows color (decimal): -11201492 or 2888789. OLE color: 2888789.

HSL color Cylindrical-coordinate representation of color #55142C: hue angle of 337.85º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55142C is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 44 -
CMYK 0 0.76 0.48 0.67
HSL 337.85º 0.62% 0.21% -
HSV(B) 337.85º 0.76% 0.33% -
XYZ 4.45 2.61 2.65 -
YUV 42.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 85 20 44 0 0.76 0.48 0.67 337.85 0.62 0.21
Hex 55 14 2C 0 4C 30 43 152 3E 15
Octal 125 24 54 0 114 60 103 522 76 25
Binary 1010101 10100 101100 0 1001100 110000 1000011 101010010 111110 10101

Color Harmonies of #55142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55142C

Black with #55142C

Text Example


Text Example

White with #55142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55142C; }

 p { color: rgb(85,20,44); }

 H1.HeaderClassName
 {
   color: #55142C;
 }
 .AnyTagClassName
 {
   color: #55142C;
 }
</style>

background-color css

<style>
 a { background-color: #55142C; }

 a { background-color: rgb(85,20,44); }

 div.DivClassName
 {
   background-color: #55142C;
 }
 .BgClassName
 {
   background-color: #55142C;
 }
</style>

border-color css

<style>
 span { border-color: #55142C; }

 span { border-color: rgb(85,20,44); }

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