Html Css Color HEX #55192B Bordeaux

📋 copy color: '#55192B'

red 85 ◦ green 25 ◦ blue 43

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

Shades of Bordeaux #55192B

Tints of Bordeaux #55192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 55.56%
G = 16.34%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55192B (or 0x55192B) is known color: Bordeaux. HEX triplet: 55, 19 and 2B. RGB value is (85,25,43). Sum of RGB (Red+Green+Blue) = 85+25+43=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55192B is #AAE6D4. Grayscale: #2C2C2C. Windows color (decimal): -11200213 or 2824533. OLE color: 2824533.

HSL color Cylindrical-coordinate representation of color #55192B: hue angle of 342º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55192B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 43 -
CMYK 0 0.71 0.49 0.67
HSL 342º 0.55% 0.22% -
HSV(B) 342º 0.71% 0.33% -
XYZ 4.53 2.8 2.59 -
YUV 44.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 85 25 43 0 0.71 0.49 0.67 342 0.55 0.22
Hex 55 19 2B 0 47 31 43 156 37 16
Octal 125 31 53 0 107 61 103 526 67 26
Binary 1010101 11001 101011 0 1000111 110001 1000011 101010110 110111 10110

Color Harmonies of #55192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55192B

Black with #55192B

Text Example


Text Example

White with #55192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55192B; }

 p { color: rgb(85,25,43); }

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

background-color css

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

 a { background-color: rgb(85,25,43); }

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

border-color css

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

 span { border-color: rgb(85,25,43); }

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