Html Css Color HEX #541726 Bordeaux

📋 copy color: '#541726'

red 84 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #541726

Tints of Bordeaux #541726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 57.93%
G = 15.86%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541726 (or 0x541726) is known color: Bordeaux. HEX triplet: 54, 17 and 26. RGB value is (84,23,38). Sum of RGB (Red+Green+Blue) = 84+23+38=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541726 is #ABE8D9. Grayscale: #2A2A2A. Windows color (decimal): -11266266 or 2496340. OLE color: 2496340.

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

Color convert

RGB 84 23 38 -
CMYK 0 0.73 0.55 0.67
HSL 345.25º 0.57% 0.21% -
HSV(B) 345.25º 0.73% 0.33% -
XYZ 4.31 2.64 2.12 -
YUV 42.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 84 23 38 0 0.73 0.55 0.67 345.25 0.57 0.21
Hex 54 17 26 0 49 37 43 159 39 15
Octal 124 27 46 0 111 67 103 531 71 25
Binary 1010100 10111 100110 0 1001001 110111 1000011 101011001 111001 10101

Color Harmonies of #541726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541726

Black with #541726

Text Example


Text Example

White with #541726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541726; }

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

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

background-color css

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

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

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

border-color css

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

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

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