Html Css Color HEX #55131C Bordeaux

📋 copy color: '#55131C'

red 85 ◦ green 19 ◦ blue 28

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

Shades of Bordeaux #55131C

Tints of Bordeaux #55131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.39%

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 64.39%
G = 14.39%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55131C (or 0x55131C) is known color: Bordeaux. HEX triplet: 55, 13 and 1C. RGB value is (85,19,28). Sum of RGB (Red+Green+Blue) = 85+19+28=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55131C is #AAECE3. Grayscale: #272727. Windows color (decimal): -11201764 or 1839957. OLE color: 1839957.

HSL color Cylindrical-coordinate representation of color #55131C: hue angle of 351.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55131C is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 28 -
CMYK 0 0.78 0.67 0.67
HSL 351.82º 0.63% 0.2% -
HSV(B) 351.82º 0.78% 0.33% -
XYZ 4.19 2.48 1.36 -
YUV 39.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 85 19 28 0 0.78 0.67 0.67 351.82 0.63 0.2
Hex 55 13 1C 0 4E 43 43 160 3F 14
Octal 125 23 34 0 116 103 103 540 77 24
Binary 1010101 10011 11100 0 1001110 1000011 1000011 101100000 111111 10100

Color Harmonies of #55131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55131C

Black with #55131C

Text Example


Text Example

White with #55131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,19,28); }

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

background-color css

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

 a { background-color: rgb(85,19,28); }

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

border-color css

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

 span { border-color: rgb(85,19,28); }

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