Html Css Color HEX #55081C Bordeaux

📋 copy color: '#55081C'

red 85 ◦ green 8 ◦ blue 28

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

Shades of Bordeaux #55081C

Tints of Bordeaux #55081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 70.25%
G = 6.61%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55081C (or 0x55081C) is known color: Bordeaux. HEX triplet: 55, 08 and 1C. RGB value is (85,8,28). Sum of RGB (Red+Green+Blue) = 85+8+28=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55081C is #AAF7E3. Grayscale: #212121. Windows color (decimal): -11204580 or 1837141. OLE color: 1837141.

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

Color convert

RGB 85 8 28 -
CMYK 0 0.91 0.67 0.67
HSL 344.42º 0.83% 0.18% -
HSV(B) 344.42º 0.91% 0.33% -
XYZ 4.04 2.19 1.31 -
YUV 33.3 125.01 164.87 -
System Red Green Blue C M Y K H S L
Decimal 85 8 28 0 0.91 0.67 0.67 344.42 0.83 0.18
Hex 55 8 1C 0 5B 43 43 158 53 12
Octal 125 10 34 0 133 103 103 530 123 22
Binary 1010101 1000 11100 0 1011011 1000011 1000011 101011000 1010011 10010

Color Harmonies of #55081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55081C

Black with #55081C

Text Example


Text Example

White with #55081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55081C; }

 p { color: rgb(85,8,28); }

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

background-color css

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

 a { background-color: rgb(85,8,28); }

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

border-color css

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

 span { border-color: rgb(85,8,28); }

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