Html Css Color HEX #55101C Bordeaux

📋 copy color: '#55101C'

red 85 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #55101C

Tints of Bordeaux #55101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 65.89%
G = 12.4%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55101C (or 0x55101C) is known color: Bordeaux. HEX triplet: 55, 10 and 1C. RGB value is (85,16,28). Sum of RGB (Red+Green+Blue) = 85+16+28=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #55101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55101C is #AAEFE3. Grayscale: #262626. Windows color (decimal): -11202532 or 1839189. OLE color: 1839189.

HSL color Cylindrical-coordinate representation of color #55101C: hue angle of 349.57º 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 #55101C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 16 28 -
CMYK 0 0.81 0.67 0.67
HSL 349.57º 0.68% 0.2% -
HSV(B) 349.57º 0.81% 0.33% -
XYZ 4.14 2.39 1.34 -
YUV 38 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 85 16 28 0 0.81 0.67 0.67 349.57 0.68 0.2
Hex 55 10 1C 0 51 43 43 15E 44 14
Octal 125 20 34 0 121 103 103 536 104 24
Binary 1010101 10000 11100 0 1010001 1000011 1000011 101011110 1000100 10100

Color Harmonies of #55101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55101C

Black with #55101C

Text Example


Text Example

White with #55101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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