Html Css Color HEX #551C25 Bordeaux

📋 copy color: '#551C25'

red 85 ◦ green 28 ◦ blue 37

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

Shades of Bordeaux #551C25

Tints of Bordeaux #551C25

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 56.67%
G = 18.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#551C25 (or 0x551C25) is known color: Bordeaux. HEX triplet: 55, 1C and 25. RGB value is (85,28,37). Sum of RGB (Red+Green+Blue) = 85+28+37=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C25 is #AAE3DA. Grayscale: #2E2E2E. Windows color (decimal): -11199451 or 2432085. OLE color: 2432085.

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

Color convert

RGB 85 28 37 -
CMYK 0 0.67 0.56 0.67
HSL 350.53º 0.5% 0.22% -
HSV(B) 350.53º 0.67% 0.33% -
XYZ 4.5 2.9 2.07 -
YUV 46.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 85 28 37 0 0.67 0.56 0.67 350.53 0.5 0.22
Hex 55 1C 25 0 43 38 43 15F 32 16
Octal 125 34 45 0 103 70 103 537 62 26
Binary 1010101 11100 100101 0 1000011 111000 1000011 101011111 110010 10110

Color Harmonies of #551C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C25

Black with #551C25

Text Example


Text Example

White with #551C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,28,37); }

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

background-color css

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

 a { background-color: rgb(85,28,37); }

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

border-color css

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

 span { border-color: rgb(85,28,37); }

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