Html Css Color HEX #551427 Bordeaux

📋 copy color: '#551427'

red 85 ◦ green 20 ◦ blue 39

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

Shades of Bordeaux #551427

Tints of Bordeaux #551427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

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

R = 59.03%
G = 13.89%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551427 (or 0x551427) is known color: Bordeaux. HEX triplet: 55, 14 and 27. RGB value is (85,20,39). Sum of RGB (Red+Green+Blue) = 85+20+39=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551427 is #AAEBD8. Grayscale: #292929. Windows color (decimal): -11201497 or 2561109. OLE color: 2561109.

HSL color Cylindrical-coordinate representation of color #551427: hue angle of 342.46º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551427 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 39 -
CMYK 0 0.76 0.54 0.67
HSL 342.46º 0.62% 0.21% -
HSV(B) 342.46º 0.76% 0.33% -
XYZ 4.36 2.58 2.19 -
YUV 41.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 85 20 39 0 0.76 0.54 0.67 342.46 0.62 0.21
Hex 55 14 27 0 4C 36 43 156 3E 15
Octal 125 24 47 0 114 66 103 526 76 25
Binary 1010101 10100 100111 0 1001100 110110 1000011 101010110 111110 10101

Color Harmonies of #551427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551427

Black with #551427

Text Example


Text Example

White with #551427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551427; }

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

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

background-color css

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

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

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

border-color css

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

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

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