Html Css Color HEX #551528 Bordeaux

📋 copy color: '#551528'

red 85 ◦ green 21 ◦ blue 40

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

Shades of Bordeaux #551528

Tints of Bordeaux #551528

RGB

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

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

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

R = 58.22%
G = 14.38%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#551528 (or 0x551528) is known color: Bordeaux. HEX triplet: 55, 15 and 28. RGB value is (85,21,40). Sum of RGB (Red+Green+Blue) = 85+21+40=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551528 is #AAEAD7. Grayscale: #2A2A2A. Windows color (decimal): -11201240 or 2626901. OLE color: 2626901.

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

Color convert

RGB 85 21 40 -
CMYK 0 0.75 0.53 0.67
HSL 342.19º 0.6% 0.21% -
HSV(B) 342.19º 0.75% 0.33% -
XYZ 4.4 2.62 2.28 -
YUV 42.3 126.7 158.46 -
System Red Green Blue C M Y K H S L
Decimal 85 21 40 0 0.75 0.53 0.67 342.19 0.6 0.21
Hex 55 15 28 0 4B 35 43 156 3C 15
Octal 125 25 50 0 113 65 103 526 74 25
Binary 1010101 10101 101000 0 1001011 110101 1000011 101010110 111100 10101

Color Harmonies of #551528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551528

Black with #551528

Text Example


Text Example

White with #551528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551528; }

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

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

background-color css

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

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

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

border-color css

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

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

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