Html Css Color HEX #550222 Bordeaux

📋 copy color: '#550222'

red 85 ◦ green 2 ◦ blue 34

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

Shades of Bordeaux #550222

Tints of Bordeaux #550222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 70.25%
G = 1.65%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#550222 (or 0x550222) is known color: Bordeaux. HEX triplet: 55, 02 and 22. RGB value is (85,2,34). Sum of RGB (Red+Green+Blue) = 85+2+34=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #550222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #550222 is #AAFDDD. Grayscale: #1E1E1E. Windows color (decimal): -11206110 or 2228821. OLE color: 2228821.

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

Color convert

RGB 85 2 34 -
CMYK 0 0.98 0.60 0.67
HSL 336.87º 0.95% 0.17% -
HSV(B) 336.87º 0.98% 0.33% -
XYZ 4.06 2.09 1.7 -
YUV 30.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 85 2 34 0 0.98 0.60 0.67 336.87 0.95 0.17
Hex 55 2 22 0 62 3C 43 151 5F 11
Octal 125 2 42 0 142 74 103 521 137 21
Binary 1010101 10 100010 0 1100010 111100 1000011 101010001 1011111 10001

Color Harmonies of #550222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550222

Black with #550222

Text Example


Text Example

White with #550222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550222; }

 p { color: rgb(85,2,34); }

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

background-color css

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

 a { background-color: rgb(85,2,34); }

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

border-color css

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

 span { border-color: rgb(85,2,34); }

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