Html Css Color HEX #551D28 Bordeaux

📋 copy color: '#551D28'

red 85 ◦ green 29 ◦ blue 40

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

Shades of Bordeaux #551D28

Tints of Bordeaux #551D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.83%

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

R = 55.19%
G = 18.83%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#551D28 (or 0x551D28) is known color: Bordeaux. HEX triplet: 55, 1D and 28. RGB value is (85,29,40). Sum of RGB (Red+Green+Blue) = 85+29+40=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D28 is #AAE2D7. Grayscale: #2F2F2F. Windows color (decimal): -11199192 or 2628949. OLE color: 2628949.

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

Color convert

RGB 85 29 40 -
CMYK 0 0.66 0.53 0.67
HSL 348.21º 0.49% 0.22% -
HSV(B) 348.21º 0.66% 0.33% -
XYZ 4.57 2.96 2.34 -
YUV 47 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 85 29 40 0 0.66 0.53 0.67 348.21 0.49 0.22
Hex 55 1D 28 0 42 35 43 15C 31 16
Octal 125 35 50 0 102 65 103 534 61 26
Binary 1010101 11101 101000 0 1000010 110101 1000011 101011100 110001 10110

Color Harmonies of #551D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D28

Black with #551D28

Text Example


Text Example

White with #551D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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