Html Css Color HEX #551928 Bordeaux

📋 copy color: '#551928'

red 85 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #551928

Tints of Bordeaux #551928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 56.67%
G = 16.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#551928 (or 0x551928) is known color: Bordeaux. HEX triplet: 55, 19 and 28. RGB value is (85,25,40). Sum of RGB (Red+Green+Blue) = 85+25+40=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551928 is #AAE6D7. Grayscale: #2C2C2C. Windows color (decimal): -11200216 or 2627925. OLE color: 2627925.

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

Color convert

RGB 85 25 40 -
CMYK 0 0.71 0.53 0.67
HSL 345º 0.55% 0.22% -
HSV(B) 345º 0.71% 0.33% -
XYZ 4.48 2.78 2.31 -
YUV 44.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 85 25 40 0 0.71 0.53 0.67 345 0.55 0.22
Hex 55 19 28 0 47 35 43 159 37 16
Octal 125 31 50 0 107 65 103 531 67 26
Binary 1010101 11001 101000 0 1000111 110101 1000011 101011001 110111 10110

Color Harmonies of #551928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551928

Black with #551928

Text Example


Text Example

White with #551928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551928; }

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

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

background-color css

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

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

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

border-color css

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

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

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