Html Css Color HEX #551420 Bordeaux

📋 copy color: '#551420'

red 85 ◦ green 20 ◦ blue 32

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

Shades of Bordeaux #551420

Tints of Bordeaux #551420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

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

R = 62.04%
G = 14.6%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551420 (or 0x551420) is known color: Bordeaux. HEX triplet: 55, 14 and 20. RGB value is (85,20,32). Sum of RGB (Red+Green+Blue) = 85+20+32=137 (18% of max value = 765). Red value is 85 (33.59% from 255 or 62.04% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 85 - color contains mainly: red. Hex color #551420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551420 is #AAEBDF. Grayscale: #282828. Windows color (decimal): -11201504 or 2102357. OLE color: 2102357.

HSL color Cylindrical-coordinate representation of color #551420: hue angle of 348.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551420 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 20 32 -
CMYK 0 0.76 0.62 0.67
HSL 348.92º 0.62% 0.21% -
HSV(B) 348.92º 0.76% 0.33% -
XYZ 4.26 2.54 1.63 -
YUV 40.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 85 20 32 0 0.76 0.62 0.67 348.92 0.62 0.21
Hex 55 14 20 0 4C 3E 43 15D 3E 15
Octal 125 24 40 0 114 76 103 535 76 25
Binary 1010101 10100 100000 0 1001100 111110 1000011 101011101 111110 10101

Color Harmonies of #551420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551420

Black with #551420

Text Example


Text Example

White with #551420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551420; }

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

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

background-color css

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

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

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

border-color css

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

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

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