Html Css Color HEX #550926 Bordeaux

📋 copy color: '#550926'

red 85 ◦ green 9 ◦ blue 38

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

Shades of Bordeaux #550926

Tints of Bordeaux #550926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 64.39%
G = 6.82%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#550926 (or 0x550926) is known color: Bordeaux. HEX triplet: 55, 09 and 26. RGB value is (85,9,38). Sum of RGB (Red+Green+Blue) = 85+9+38=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #550926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550926 is #AAF6D9. Grayscale: #222222. Windows color (decimal): -11204314 or 2492757. OLE color: 2492757.

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

Color convert

RGB 85 9 38 -
CMYK 0 0.89 0.55 0.67
HSL 337.11º 0.81% 0.18% -
HSV(B) 337.11º 0.89% 0.33% -
XYZ 4.19 2.27 2.05 -
YUV 35.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 85 9 38 0 0.89 0.55 0.67 337.11 0.81 0.18
Hex 55 9 26 0 59 37 43 151 51 12
Octal 125 11 46 0 131 67 103 521 121 22
Binary 1010101 1001 100110 0 1011001 110111 1000011 101010001 1010001 10010

Color Harmonies of #550926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550926

Black with #550926

Text Example


Text Example

White with #550926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550926; }

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

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

background-color css

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

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

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

border-color css

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

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

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