Html Css Color HEX #551926 Bordeaux

📋 copy color: '#551926'

red 85 ◦ green 25 ◦ blue 38

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

Shades of Bordeaux #551926

Tints of Bordeaux #551926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 57.43%
G = 16.89%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551926 (or 0x551926) is known color: Bordeaux. HEX triplet: 55, 19 and 26. RGB value is (85,25,38). Sum of RGB (Red+Green+Blue) = 85+25+38=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551926 is #AAE6D9. Grayscale: #2C2C2C. Windows color (decimal): -11200218 or 2496853. OLE color: 2496853.

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

Color convert

RGB 85 25 38 -
CMYK 0 0.71 0.55 0.67
HSL 347º 0.55% 0.22% -
HSV(B) 347º 0.71% 0.33% -
XYZ 4.44 2.77 2.13 -
YUV 44.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 85 25 38 0 0.71 0.55 0.67 347 0.55 0.22
Hex 55 19 26 0 47 37 43 15B 37 16
Octal 125 31 46 0 107 67 103 533 67 26
Binary 1010101 11001 100110 0 1000111 110111 1000011 101011011 110111 10110

Color Harmonies of #551926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551926

Black with #551926

Text Example


Text Example

White with #551926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551926; }

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

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

background-color css

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

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

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

border-color css

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

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

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