Html Css Color HEX #55122A Bordeaux

📋 copy color: '#55122A'

red 85 ◦ green 18 ◦ blue 42

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

Shades of Bordeaux #55122A

Tints of Bordeaux #55122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 58.62%
G = 12.41%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55122A (or 0x55122A) is known color: Bordeaux. HEX triplet: 55, 12 and 2A. RGB value is (85,18,42). Sum of RGB (Red+Green+Blue) = 85+18+42=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55122A is #AAEDD5. Grayscale: #282828. Windows color (decimal): -11202006 or 2757205. OLE color: 2757205.

HSL color Cylindrical-coordinate representation of color #55122A: hue angle of 338.51º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55122A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 42 -
CMYK 0 0.79 0.51 0.67
HSL 338.51º 0.65% 0.2% -
HSV(B) 338.51º 0.79% 0.33% -
XYZ 4.38 2.53 2.45 -
YUV 40.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 85 18 42 0 0.79 0.51 0.67 338.51 0.65 0.2
Hex 55 12 2A 0 4F 33 43 153 41 14
Octal 125 22 52 0 117 63 103 523 101 24
Binary 1010101 10010 101010 0 1001111 110011 1000011 101010011 1000001 10100

Color Harmonies of #55122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55122A

Black with #55122A

Text Example


Text Example

White with #55122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55122A; }

 p { color: rgb(85,18,42); }

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

background-color css

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

 a { background-color: rgb(85,18,42); }

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

border-color css

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

 span { border-color: rgb(85,18,42); }

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