Html Css Color HEX #541925 Bordeaux

📋 copy color: '#541925'

red 84 ◦ green 25 ◦ blue 37

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

Shades of Bordeaux #541925

Tints of Bordeaux #541925

RGB

 RED value IS 84 (33.2% from 255) = 57.53%

 GREEN value IS 25 (10.16% from 255) = 17.12%

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

R = 57.53%
G = 17.12%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#541925 (or 0x541925) is known color: Bordeaux. HEX triplet: 54, 19 and 25. RGB value is (84,25,37). Sum of RGB (Red+Green+Blue) = 84+25+37=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541925 is #ABE6DA. Grayscale: #2C2C2C. Windows color (decimal): -11265755 or 2431316. OLE color: 2431316.

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

Color convert

RGB 84 25 37 -
CMYK 0 0.70 0.56 0.67
HSL 347.8º 0.54% 0.21% -
HSV(B) 347.8º 0.7% 0.33% -
XYZ 4.34 2.71 2.05 -
YUV 44.01 124.05 156.52 -
System Red Green Blue C M Y K H S L
Decimal 84 25 37 0 0.70 0.56 0.67 347.8 0.54 0.21
Hex 54 19 25 0 46 38 43 15C 36 15
Octal 124 31 45 0 106 70 103 534 66 25
Binary 1010100 11001 100101 0 1000110 111000 1000011 101011100 110110 10101

Color Harmonies of #541925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541925

Black with #541925

Text Example


Text Example

White with #541925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541925; }

 p { color: rgb(84,25,37); }

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

background-color css

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

 a { background-color: rgb(84,25,37); }

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

border-color css

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

 span { border-color: rgb(84,25,37); }

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