Html Css Color HEX #551425 Bordeaux

📋 copy color: '#551425'

red 85 ◦ green 20 ◦ blue 37

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

Shades of Bordeaux #551425

Tints of Bordeaux #551425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.08%

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

R = 59.86%
G = 14.08%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#551425 (or 0x551425) is known color: Bordeaux. HEX triplet: 55, 14 and 25. RGB value is (85,20,37). Sum of RGB (Red+Green+Blue) = 85+20+37=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551425 is #AAEBDA. Grayscale: #292929. Windows color (decimal): -11201499 or 2430037. OLE color: 2430037.

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

Color convert

RGB 85 20 37 -
CMYK 0 0.76 0.56 0.67
HSL 344.31º 0.62% 0.21% -
HSV(B) 344.31º 0.76% 0.33% -
XYZ 4.33 2.57 2.02 -
YUV 41.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 85 20 37 0 0.76 0.56 0.67 344.31 0.62 0.21
Hex 55 14 25 0 4C 38 43 158 3E 15
Octal 125 24 45 0 114 70 103 530 76 25
Binary 1010101 10100 100101 0 1001100 111000 1000011 101011000 111110 10101

Color Harmonies of #551425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551425

Black with #551425

Text Example


Text Example

White with #551425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551425; }

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

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

background-color css

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

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

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

border-color css

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

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

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