Html Css Color HEX #551326 Bordeaux

📋 copy color: '#551326'

red 85 ◦ green 19 ◦ blue 38

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

Shades of Bordeaux #551326

Tints of Bordeaux #551326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

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

R = 59.86%
G = 13.38%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551326 (or 0x551326) is known color: Bordeaux. HEX triplet: 55, 13 and 26. RGB value is (85,19,38). Sum of RGB (Red+Green+Blue) = 85+19+38=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551326 is #AAECD9. Grayscale: #282828. Windows color (decimal): -11201754 or 2495317. OLE color: 2495317.

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

Color convert

RGB 85 19 38 -
CMYK 0 0.78 0.55 0.67
HSL 342.73º 0.63% 0.2% -
HSV(B) 342.73º 0.78% 0.33% -
XYZ 4.33 2.54 2.1 -
YUV 40.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 85 19 38 0 0.78 0.55 0.67 342.73 0.63 0.2
Hex 55 13 26 0 4E 37 43 157 3F 14
Octal 125 23 46 0 116 67 103 527 77 24
Binary 1010101 10011 100110 0 1001110 110111 1000011 101010111 111111 10100

Color Harmonies of #551326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551326

Black with #551326

Text Example


Text Example

White with #551326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551326; }

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

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

background-color css

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

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

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

border-color css

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

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

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