Html Css Color HEX #550420 Bordeaux

📋 copy color: '#550420'

red 85 ◦ green 4 ◦ blue 32

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

Shades of Bordeaux #550420

Tints of Bordeaux #550420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

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

R = 70.25%
G = 3.31%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#550420 (or 0x550420) is known color: Bordeaux. HEX triplet: 55, 04 and 20. RGB value is (85,4,32). Sum of RGB (Red+Green+Blue) = 85+4+32=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550420 is #AAFBDF. Grayscale: #1F1F1F. Windows color (decimal): -11205600 or 2098261. OLE color: 2098261.

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

Color convert

RGB 85 4 32 -
CMYK 0 0.95 0.62 0.67
HSL 339.26º 0.91% 0.17% -
HSV(B) 339.26º 0.95% 0.33% -
XYZ 4.05 2.12 1.56 -
YUV 31.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 85 4 32 0 0.95 0.62 0.67 339.26 0.91 0.17
Hex 55 4 20 0 5F 3E 43 153 5B 11
Octal 125 4 40 0 137 76 103 523 133 21
Binary 1010101 100 100000 0 1011111 111110 1000011 101010011 1011011 10001

Color Harmonies of #550420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550420

Black with #550420

Text Example


Text Example

White with #550420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550420; }

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

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

background-color css

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

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

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

border-color css

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

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

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