Html Css Color HEX #551225 Bordeaux

📋 copy color: '#551225'

red 85 ◦ green 18 ◦ blue 37

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

Shades of Bordeaux #551225

Tints of Bordeaux #551225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 60.71%
G = 12.86%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#551225 (or 0x551225) is known color: Bordeaux. HEX triplet: 55, 12 and 25. RGB value is (85,18,37). Sum of RGB (Red+Green+Blue) = 85+18+37=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551225 is #AAEDDA. Grayscale: #282828. Windows color (decimal): -11202011 or 2429525. OLE color: 2429525.

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

Color convert

RGB 85 18 37 -
CMYK 0 0.79 0.56 0.67
HSL 342.99º 0.65% 0.2% -
HSV(B) 342.99º 0.79% 0.33% -
XYZ 4.3 2.5 2.01 -
YUV 40.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 85 18 37 0 0.79 0.56 0.67 342.99 0.65 0.2
Hex 55 12 25 0 4F 38 43 157 41 14
Octal 125 22 45 0 117 70 103 527 101 24
Binary 1010101 10010 100101 0 1001111 111000 1000011 101010111 1000001 10100

Color Harmonies of #551225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551225

Black with #551225

Text Example


Text Example

White with #551225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551225; }

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

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

background-color css

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

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

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

border-color css

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

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

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