Html Css Color HEX #55141D Bordeaux

📋 copy color: '#55141D'

red 85 ◦ green 20 ◦ blue 29

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

Shades of Bordeaux #55141D

Tints of Bordeaux #55141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 63.43%
G = 14.93%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55141D (or 0x55141D) is known color: Bordeaux. HEX triplet: 55, 14 and 1D. RGB value is (85,20,29). Sum of RGB (Red+Green+Blue) = 85+20+29=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #55141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55141D is #AAEBE2. Grayscale: #282828. Windows color (decimal): -11201507 or 1905749. OLE color: 1905749.

HSL color Cylindrical-coordinate representation of color #55141D: hue angle of 351.69º 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 #55141D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 29 -
CMYK 0 0.76 0.66 0.67
HSL 351.69º 0.62% 0.21% -
HSV(B) 351.69º 0.76% 0.33% -
XYZ 4.22 2.52 1.43 -
YUV 40.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 85 20 29 0 0.76 0.66 0.67 351.69 0.62 0.21
Hex 55 14 1D 0 4C 42 43 160 3E 15
Octal 125 24 35 0 114 102 103 540 76 25
Binary 1010101 10100 11101 0 1001100 1000010 1000011 101100000 111110 10101

Color Harmonies of #55141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55141D

Black with #55141D

Text Example


Text Example

White with #55141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55141D; }

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

 H1.HeaderClassName
 {
   color: #55141D;
 }
 .AnyTagClassName
 {
   color: #55141D;
 }
</style>

background-color css

<style>
 a { background-color: #55141D; }

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

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

border-color css

<style>
 span { border-color: #55141D; }

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

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