Html Css Color HEX #551C28 Bordeaux

📋 copy color: '#551C28'

red 85 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #551C28

Tints of Bordeaux #551C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.14%

R = 55.56%
G = 18.3%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#551C28 (or 0x551C28) is known color: Bordeaux. HEX triplet: 55, 1C and 28. RGB value is (85,28,40). Sum of RGB (Red+Green+Blue) = 85+28+40=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C28 is #AAE3D7. Grayscale: #2E2E2E. Windows color (decimal): -11199448 or 2628693. OLE color: 2628693.

HSL color Cylindrical-coordinate representation of color #551C28: hue angle of 347.37º 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 #551C28 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 28 40 -
CMYK 0 0.67 0.53 0.67
HSL 347.37º 0.5% 0.22% -
HSV(B) 347.37º 0.67% 0.33% -
XYZ 4.54 2.92 2.33 -
YUV 46.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 85 28 40 0 0.67 0.53 0.67 347.37 0.5 0.22
Hex 55 1C 28 0 43 35 43 15B 32 16
Octal 125 34 50 0 103 65 103 533 62 26
Binary 1010101 11100 101000 0 1000011 110101 1000011 101011011 110010 10110

Color Harmonies of #551C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C28

Black with #551C28

Text Example


Text Example

White with #551C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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