Html Css Color HEX #551927 Bordeaux

📋 copy color: '#551927'

red 85 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #551927

Tints of Bordeaux #551927

RGB

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

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

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

R = 57.05%
G = 16.78%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#551927 (or 0x551927) is known color: Bordeaux. HEX triplet: 55, 19 and 27. RGB value is (85,25,39). Sum of RGB (Red+Green+Blue) = 85+25+39=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551927 is #AAE6D8. Grayscale: #2C2C2C. Windows color (decimal): -11200217 or 2562389. OLE color: 2562389.

HSL color Cylindrical-coordinate representation of color #551927: hue angle of 346º 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 #551927 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 39 -
CMYK 0 0.71 0.54 0.67
HSL 346º 0.55% 0.22% -
HSV(B) 346º 0.71% 0.33% -
XYZ 4.46 2.77 2.22 -
YUV 44.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 85 25 39 0 0.71 0.54 0.67 346 0.55 0.22
Hex 55 19 27 0 47 36 43 15A 37 16
Octal 125 31 47 0 107 66 103 532 67 26
Binary 1010101 11001 100111 0 1000111 110110 1000011 101011010 110111 10110

Color Harmonies of #551927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551927

Black with #551927

Text Example


Text Example

White with #551927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551927; }

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

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

background-color css

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

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

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

border-color css

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

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

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