Html Css Color HEX #55091A Bordeaux

📋 copy color: '#55091A'

red 85 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #55091A

Tints of Bordeaux #55091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.5%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 70.83%
G = 7.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55091A (or 0x55091A) is known color: Bordeaux. HEX triplet: 55, 09 and 1A. RGB value is (85,9,26). Sum of RGB (Red+Green+Blue) = 85+9+26=120 (15% of max value = 765). Red value is 85 (33.59% from 255 or 70.83% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 85 - color contains mainly: red. Hex color #55091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55091A is #AAF6E5. Grayscale: #212121. Windows color (decimal): -11204326 or 1706325. OLE color: 1706325.

HSL color Cylindrical-coordinate representation of color #55091A: hue angle of 346.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55091A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 9 26 -
CMYK 0 0.89 0.69 0.67
HSL 346.58º 0.81% 0.18% -
HSV(B) 346.58º 0.89% 0.33% -
XYZ 4.03 2.2 1.19 -
YUV 33.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 85 9 26 0 0.89 0.69 0.67 346.58 0.81 0.18
Hex 55 9 1A 0 59 45 43 15B 51 12
Octal 125 11 32 0 131 105 103 533 121 22
Binary 1010101 1001 11010 0 1011001 1000101 1000011 101011011 1010001 10010

Color Harmonies of #55091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55091A

Black with #55091A

Text Example


Text Example

White with #55091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,9,26); }

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

background-color css

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

 a { background-color: rgb(85,9,26); }

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

border-color css

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

 span { border-color: rgb(85,9,26); }

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