Html Css Color HEX #55152C Bordeaux

📋 copy color: '#55152C'

red 85 ◦ green 21 ◦ blue 44

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

Shades of Bordeaux #55152C

Tints of Bordeaux #55152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14%

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 56.67%
G = 14%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#55152C (or 0x55152C) is known color: Bordeaux. HEX triplet: 55, 15 and 2C. RGB value is (85,21,44). Sum of RGB (Red+Green+Blue) = 85+21+44=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #55152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55152C is #AAEAD3. Grayscale: #2A2A2A. Windows color (decimal): -11201236 or 2889045. OLE color: 2889045.

HSL color Cylindrical-coordinate representation of color #55152C: hue angle of 338.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55152C is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 44 -
CMYK 0 0.75 0.48 0.67
HSL 338.44º 0.6% 0.21% -
HSV(B) 338.44º 0.75% 0.33% -
XYZ 4.47 2.65 2.66 -
YUV 42.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 85 21 44 0 0.75 0.48 0.67 338.44 0.6 0.21
Hex 55 15 2C 0 4B 30 43 152 3C 15
Octal 125 25 54 0 113 60 103 522 74 25
Binary 1010101 10101 101100 0 1001011 110000 1000011 101010010 111100 10101

Color Harmonies of #55152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55152C

Black with #55152C

Text Example


Text Example

White with #55152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,21,44); }

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

background-color css

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

 a { background-color: rgb(85,21,44); }

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

border-color css

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

 span { border-color: rgb(85,21,44); }

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