Html Css Color HEX #551027 Bordeaux

📋 copy color: '#551027'

red 85 ◦ green 16 ◦ blue 39

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

Shades of Bordeaux #551027

Tints of Bordeaux #551027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 60.71%
G = 11.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551027 (or 0x551027) is known color: Bordeaux. HEX triplet: 55, 10 and 27. RGB value is (85,16,39). Sum of RGB (Red+Green+Blue) = 85+16+39=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551027 is #AAEFD8. Grayscale: #272727. Windows color (decimal): -11202521 or 2560085. OLE color: 2560085.

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

Color convert

RGB 85 16 39 -
CMYK 0 0.81 0.54 0.67
HSL 340º 0.68% 0.2% -
HSV(B) 340º 0.81% 0.33% -
XYZ 4.3 2.45 2.17 -
YUV 39.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 85 16 39 0 0.81 0.54 0.67 340 0.68 0.2
Hex 55 10 27 0 51 36 43 154 44 14
Octal 125 20 47 0 121 66 103 524 104 24
Binary 1010101 10000 100111 0 1010001 110110 1000011 101010100 1000100 10100

Color Harmonies of #551027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551027

Black with #551027

Text Example


Text Example

White with #551027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551027; }

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

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

background-color css

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

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

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

border-color css

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

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

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