Html Css Color HEX #551C2C Bordeaux

📋 copy color: '#551C2C'

red 85 ◦ green 28 ◦ blue 44

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

Shades of Bordeaux #551C2C

Tints of Bordeaux #551C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

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

R = 54.14%
G = 17.83%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#551C2C (or 0x551C2C) is known color: Bordeaux. HEX triplet: 55, 1C and 2C. RGB value is (85,28,44). Sum of RGB (Red+Green+Blue) = 85+28+44=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C2C is #AAE3D3. Grayscale: #2E2E2E. Windows color (decimal): -11199444 or 2890837. OLE color: 2890837.

HSL color Cylindrical-coordinate representation of color #551C2C: hue angle of 343.16º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C2C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 44 -
CMYK 0 0.67 0.48 0.67
HSL 343.16º 0.5% 0.22% -
HSV(B) 343.16º 0.67% 0.33% -
XYZ 4.62 2.94 2.71 -
YUV 46.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 85 28 44 0 0.67 0.48 0.67 343.16 0.5 0.22
Hex 55 1C 2C 0 43 30 43 157 32 16
Octal 125 34 54 0 103 60 103 527 62 26
Binary 1010101 11100 101100 0 1000011 110000 1000011 101010111 110010 10110

Color Harmonies of #551C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C2C

Black with #551C2C

Text Example


Text Example

White with #551C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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