Html Css Color HEX #551E28 Bordeaux

📋 copy color: '#551E28'

red 85 ◦ green 30 ◦ blue 40

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

Shades of Bordeaux #551E28

Tints of Bordeaux #551E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 54.84%
G = 19.35%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#551E28 (or 0x551E28) is known color: Bordeaux. HEX triplet: 55, 1E and 28. RGB value is (85,30,40). Sum of RGB (Red+Green+Blue) = 85+30+40=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #551E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E28 is #AAE1D7. Grayscale: #2F2F2F. Windows color (decimal): -11198936 or 2629205. OLE color: 2629205.

HSL color Cylindrical-coordinate representation of color #551E28: hue angle of 349.09º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E28 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 30 40 -
CMYK 0 0.65 0.53 0.67
HSL 349.09º 0.48% 0.23% -
HSV(B) 349.09º 0.65% 0.33% -
XYZ 4.59 3.01 2.35 -
YUV 47.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 85 30 40 0 0.65 0.53 0.67 349.09 0.48 0.23
Hex 55 1E 28 0 41 35 43 15D 30 17
Octal 125 36 50 0 101 65 103 535 60 27
Binary 1010101 11110 101000 0 1000001 110101 1000011 101011101 110000 10111

Color Harmonies of #551E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E28

Black with #551E28

Text Example


Text Example

White with #551E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,30,40); }

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

background-color css

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

 a { background-color: rgb(85,30,40); }

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

border-color css

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

 span { border-color: rgb(85,30,40); }

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