Html Css Color HEX #550F27 Bordeaux

📋 copy color: '#550F27'

red 85 ◦ green 15 ◦ blue 39

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

Shades of Bordeaux #550F27

Tints of Bordeaux #550F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.79%

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

R = 61.15%
G = 10.79%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#550F27 (or 0x550F27) is known color: Bordeaux. HEX triplet: 55, 0F and 27. RGB value is (85,15,39). Sum of RGB (Red+Green+Blue) = 85+15+39=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #550F27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550F27 is #AAF0D8. Grayscale: #262626. Windows color (decimal): -11202777 or 2559829. OLE color: 2559829.

HSL color Cylindrical-coordinate representation of color #550F27: hue angle of 339.43º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #550F27 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 15 39 -
CMYK 0 0.82 0.54 0.67
HSL 339.43º 0.7% 0.2% -
HSV(B) 339.43º 0.82% 0.33% -
XYZ 4.28 2.42 2.16 -
YUV 38.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 85 15 39 0 0.82 0.54 0.67 339.43 0.7 0.2
Hex 55 F 27 0 52 36 43 153 46 14
Octal 125 17 47 0 122 66 103 523 106 24
Binary 1010101 1111 100111 0 1010010 110110 1000011 101010011 1000110 10100

Color Harmonies of #550F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550F27

Black with #550F27

Text Example


Text Example

White with #550F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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