Html Css Color HEX #550411 Bordeaux

📋 copy color: '#550411'

red 85 ◦ green 4 ◦ blue 17

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

Shades of Bordeaux #550411

Tints of Bordeaux #550411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 80.19%
G = 3.77%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#550411 (or 0x550411) is known color: Bordeaux. HEX triplet: 55, 04 and 11. RGB value is (85,4,17). Sum of RGB (Red+Green+Blue) = 85+4+17=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550411 is #AAFBEE. Grayscale: #1D1D1D. Windows color (decimal): -11205615 or 1115221. OLE color: 1115221.

HSL color Cylindrical-coordinate representation of color #550411: hue angle of 350.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550411 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 4 17 -
CMYK 0 0.95 0.80 0.67
HSL 350.37º 0.91% 0.17% -
HSV(B) 350.37º 0.95% 0.33% -
XYZ 3.89 2.06 0.72 -
YUV 29.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 85 4 17 0 0.95 0.80 0.67 350.37 0.91 0.17
Hex 55 4 11 0 5F 50 43 15E 5B 11
Octal 125 4 21 0 137 120 103 536 133 21
Binary 1010101 100 10001 0 1011111 1010000 1000011 101011110 1011011 10001

Color Harmonies of #550411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550411

Black with #550411

Text Example


Text Example

White with #550411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550411; }

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

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

background-color css

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

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

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

border-color css

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

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

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