Html Css Color HEX #541725 Bordeaux

📋 copy color: '#541725'

red 84 ◦ green 23 ◦ blue 37

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

Shades of Bordeaux #541725

Tints of Bordeaux #541725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 58.33%
G = 15.97%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#541725 (or 0x541725) is known color: Bordeaux. HEX triplet: 54, 17 and 25. RGB value is (84,23,37). Sum of RGB (Red+Green+Blue) = 84+23+37=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #541725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541725 is #ABE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11266267 or 2430804. OLE color: 2430804.

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

Color convert

RGB 84 23 37 -
CMYK 0 0.73 0.56 0.67
HSL 346.23º 0.57% 0.21% -
HSV(B) 346.23º 0.73% 0.33% -
XYZ 4.3 2.63 2.03 -
YUV 42.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 84 23 37 0 0.73 0.56 0.67 346.23 0.57 0.21
Hex 54 17 25 0 49 38 43 15A 39 15
Octal 124 27 45 0 111 70 103 532 71 25
Binary 1010100 10111 100101 0 1001001 111000 1000011 101011010 111001 10101

Color Harmonies of #541725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541725

Black with #541725

Text Example


Text Example

White with #541725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541725; }

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

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

background-color css

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

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

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

border-color css

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

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

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