Html Css Color HEX #551825 Bordeaux

📋 copy color: '#551825'

red 85 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #551825

Tints of Bordeaux #551825

RGB

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

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

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

R = 58.22%
G = 16.44%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#551825 (or 0x551825) is known color: Bordeaux. HEX triplet: 55, 18 and 25. RGB value is (85,24,37). Sum of RGB (Red+Green+Blue) = 85+24+37=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551825 is #AAE7DA. Grayscale: #2B2B2B. Windows color (decimal): -11200475 or 2431061. OLE color: 2431061.

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

Color convert

RGB 85 24 37 -
CMYK 0 0.72 0.56 0.67
HSL 347.21º 0.56% 0.21% -
HSV(B) 347.21º 0.72% 0.33% -
XYZ 4.41 2.72 2.04 -
YUV 43.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 85 24 37 0 0.72 0.56 0.67 347.21 0.56 0.21
Hex 55 18 25 0 48 38 43 15B 38 15
Octal 125 30 45 0 110 70 103 533 70 25
Binary 1010101 11000 100101 0 1001000 111000 1000011 101011011 111000 10101

Color Harmonies of #551825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551825

Black with #551825

Text Example


Text Example

White with #551825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551825; }

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

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

background-color css

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

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

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

border-color css

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

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

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