Html Css Color HEX #551824 Bordeaux

📋 copy color: '#551824'

red 85 ◦ green 24 ◦ blue 36

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

Shades of Bordeaux #551824

Tints of Bordeaux #551824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.55%

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

R = 58.62%
G = 16.55%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#551824 (or 0x551824) is known color: Bordeaux. HEX triplet: 55, 18 and 24. RGB value is (85,24,36). Sum of RGB (Red+Green+Blue) = 85+24+36=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #551824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551824 is #AAE7DB. Grayscale: #2B2B2B. Windows color (decimal): -11200476 or 2365525. OLE color: 2365525.

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

Color convert

RGB 85 24 36 -
CMYK 0 0.72 0.58 0.67
HSL 348.2º 0.56% 0.21% -
HSV(B) 348.2º 0.72% 0.33% -
XYZ 4.39 2.71 1.96 -
YUV 43.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 85 24 36 0 0.72 0.58 0.67 348.2 0.56 0.21
Hex 55 18 24 0 48 3A 43 15C 38 15
Octal 125 30 44 0 110 72 103 534 70 25
Binary 1010101 11000 100100 0 1001000 111010 1000011 101011100 111000 10101

Color Harmonies of #551824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551824

Black with #551824

Text Example


Text Example

White with #551824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551824; }

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

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

background-color css

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

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

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

border-color css

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

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

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