Html Css Color HEX #551320 Bordeaux

📋 copy color: '#551320'

red 85 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #551320

Tints of Bordeaux #551320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 62.5%
G = 13.97%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551320 (or 0x551320) is known color: Bordeaux. HEX triplet: 55, 13 and 20. RGB value is (85,19,32). Sum of RGB (Red+Green+Blue) = 85+19+32=136 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.5% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 85 - color contains mainly: red. Hex color #551320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551320 is #AAECDF. Grayscale: #282828. Windows color (decimal): -11201760 or 2102101. OLE color: 2102101.

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

Color convert

RGB 85 19 32 -
CMYK 0 0.78 0.62 0.67
HSL 348.18º 0.63% 0.2% -
HSV(B) 348.18º 0.78% 0.33% -
XYZ 4.24 2.5 1.63 -
YUV 40.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 85 19 32 0 0.78 0.62 0.67 348.18 0.63 0.2
Hex 55 13 20 0 4E 3E 43 15C 3F 14
Octal 125 23 40 0 116 76 103 534 77 24
Binary 1010101 10011 100000 0 1001110 111110 1000011 101011100 111111 10100

Color Harmonies of #551320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551320

Black with #551320

Text Example


Text Example

White with #551320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551320; }

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

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

background-color css

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

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

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

border-color css

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

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

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