Html Css Color HEX #551224 Bordeaux

📋 copy color: '#551224'

red 85 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #551224

Tints of Bordeaux #551224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 61.15%
G = 12.95%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#551224 (or 0x551224) is known color: Bordeaux. HEX triplet: 55, 12 and 24. RGB value is (85,18,36). Sum of RGB (Red+Green+Blue) = 85+18+36=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #551224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551224 is #AAEDDB. Grayscale: #282828. Windows color (decimal): -11202012 or 2363989. OLE color: 2363989.

HSL color Cylindrical-coordinate representation of color #551224: hue angle of 343.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551224 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 18 36 -
CMYK 0 0.79 0.58 0.67
HSL 343.88º 0.65% 0.2% -
HSV(B) 343.88º 0.79% 0.33% -
XYZ 4.28 2.49 1.92 -
YUV 40.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 85 18 36 0 0.79 0.58 0.67 343.88 0.65 0.2
Hex 55 12 24 0 4F 3A 43 158 41 14
Octal 125 22 44 0 117 72 103 530 101 24
Binary 1010101 10010 100100 0 1001111 111010 1000011 101011000 1000001 10100

Color Harmonies of #551224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551224

Black with #551224

Text Example


Text Example

White with #551224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551224; }

 p { color: rgb(85,18,36); }

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

background-color css

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

 a { background-color: rgb(85,18,36); }

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

border-color css

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

 span { border-color: rgb(85,18,36); }

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