Html Css Color HEX #551D26 Bordeaux

📋 copy color: '#551D26'

red 85 ◦ green 29 ◦ blue 38

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

Shades of Bordeaux #551D26

Tints of Bordeaux #551D26

RGB

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

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

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

R = 55.92%
G = 19.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#551D26 (or 0x551D26) is known color: Bordeaux. HEX triplet: 55, 1D and 26. RGB value is (85,29,38). Sum of RGB (Red+Green+Blue) = 85+29+38=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D26 is #AAE2D9. Grayscale: #2E2E2E. Windows color (decimal): -11199194 or 2497877. OLE color: 2497877.

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

Color convert

RGB 85 29 38 -
CMYK 0 0.66 0.55 0.67
HSL 350.36º 0.49% 0.22% -
HSV(B) 350.36º 0.66% 0.33% -
XYZ 4.54 2.95 2.16 -
YUV 46.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 85 29 38 0 0.66 0.55 0.67 350.36 0.49 0.22
Hex 55 1D 26 0 42 37 43 15E 31 16
Octal 125 35 46 0 102 67 103 536 61 26
Binary 1010101 11101 100110 0 1000010 110111 1000011 101011110 110001 10110

Color Harmonies of #551D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D26

Black with #551D26

Text Example


Text Example

White with #551D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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