Html Css Color HEX #551C27 Bordeaux

📋 copy color: '#551C27'

red 85 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #551C27

Tints of Bordeaux #551C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

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

R = 55.92%
G = 18.42%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551C27 (or 0x551C27) is known color: Bordeaux. HEX triplet: 55, 1C and 27. RGB value is (85,28,39). Sum of RGB (Red+Green+Blue) = 85+28+39=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C27 is #AAE3D8. Grayscale: #2E2E2E. Windows color (decimal): -11199449 or 2563157. OLE color: 2563157.

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

Color convert

RGB 85 28 39 -
CMYK 0 0.67 0.54 0.67
HSL 348.42º 0.5% 0.22% -
HSV(B) 348.42º 0.67% 0.33% -
XYZ 4.53 2.91 2.24 -
YUV 46.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 85 28 39 0 0.67 0.54 0.67 348.42 0.5 0.22
Hex 55 1C 27 0 43 36 43 15C 32 16
Octal 125 34 47 0 103 66 103 534 62 26
Binary 1010101 11100 100111 0 1000011 110110 1000011 101011100 110010 10110

Color Harmonies of #551C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C27

Black with #551C27

Text Example


Text Example

White with #551C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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