Html Css Color HEX #55111E Bordeaux

📋 copy color: '#55111E'

red 85 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #55111E

Tints of Bordeaux #55111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 30 (12.11% from 255) = 22.73%

R = 64.39%
G = 12.88%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55111E (or 0x55111E) is known color: Bordeaux. HEX triplet: 55, 11 and 1E. RGB value is (85,17,30). Sum of RGB (Red+Green+Blue) = 85+17+30=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55111E is #AAEEE1. Grayscale: #262626. Windows color (decimal): -11202274 or 1970517. OLE color: 1970517.

HSL color Cylindrical-coordinate representation of color #55111E: hue angle of 348.53º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55111E is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 17 30 -
CMYK 0 0.80 0.65 0.67
HSL 348.53º 0.67% 0.2% -
HSV(B) 348.53º 0.8% 0.33% -
XYZ 4.18 2.43 1.48 -
YUV 38.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 85 17 30 0 0.80 0.65 0.67 348.53 0.67 0.2
Hex 55 11 1E 0 50 41 43 15D 43 14
Octal 125 21 36 0 120 101 103 535 103 24
Binary 1010101 10001 11110 0 1010000 1000001 1000011 101011101 1000011 10100

Color Harmonies of #55111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55111E

Black with #55111E

Text Example


Text Example

White with #55111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55111E; }

 p { color: rgb(85,17,30); }

 H1.HeaderClassName
 {
   color: #55111E;
 }
 .AnyTagClassName
 {
   color: #55111E;
 }
</style>

background-color css

<style>
 a { background-color: #55111E; }

 a { background-color: rgb(85,17,30); }

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

border-color css

<style>
 span { border-color: #55111E; }

 span { border-color: rgb(85,17,30); }

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