Html Css Color HEX #551826 Bordeaux

📋 copy color: '#551826'

red 85 ◦ green 24 ◦ blue 38

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

Shades of Bordeaux #551826

Tints of Bordeaux #551826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 25.85%

R = 57.82%
G = 16.33%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551826 (or 0x551826) is known color: Bordeaux. HEX triplet: 55, 18 and 26. RGB value is (85,24,38). Sum of RGB (Red+Green+Blue) = 85+24+38=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551826 is #AAE7D9. Grayscale: #2B2B2B. Windows color (decimal): -11200474 or 2496597. OLE color: 2496597.

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

Color convert

RGB 85 24 38 -
CMYK 0 0.72 0.55 0.67
HSL 346.23º 0.56% 0.21% -
HSV(B) 346.23º 0.72% 0.33% -
XYZ 4.42 2.72 2.13 -
YUV 43.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 85 24 38 0 0.72 0.55 0.67 346.23 0.56 0.21
Hex 55 18 26 0 48 37 43 15A 38 15
Octal 125 30 46 0 110 67 103 532 70 25
Binary 1010101 11000 100110 0 1001000 110111 1000011 101011010 111000 10101

Color Harmonies of #551826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551826

Black with #551826

Text Example


Text Example

White with #551826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551826; }

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

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

background-color css

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

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

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

border-color css

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

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

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