Html Css Color HEX #55182A Bordeaux

📋 copy color: '#55182A'

red 85 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #55182A

Tints of Bordeaux #55182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

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

R = 56.29%
G = 15.89%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55182A (or 0x55182A) is known color: Bordeaux. HEX triplet: 55, 18 and 2A. RGB value is (85,24,42). Sum of RGB (Red+Green+Blue) = 85+24+42=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55182A is #AAE7D5. Grayscale: #2C2C2C. Windows color (decimal): -11200470 or 2758741. OLE color: 2758741.

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

Color convert

RGB 85 24 42 -
CMYK 0 0.72 0.51 0.67
HSL 342.3º 0.56% 0.21% -
HSV(B) 342.3º 0.72% 0.33% -
XYZ 4.49 2.75 2.48 -
YUV 44.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 85 24 42 0 0.72 0.51 0.67 342.3 0.56 0.21
Hex 55 18 2A 0 48 33 43 156 38 15
Octal 125 30 52 0 110 63 103 526 70 25
Binary 1010101 11000 101010 0 1001000 110011 1000011 101010110 111000 10101

Color Harmonies of #55182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55182A

Black with #55182A

Text Example


Text Example

White with #55182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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