Html Css Color HEX #541727 Bordeaux

📋 copy color: '#541727'

red 84 ◦ green 23 ◦ blue 39

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

Shades of Bordeaux #541727

Tints of Bordeaux #541727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 57.53%
G = 15.75%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#541727 (or 0x541727) is known color: Bordeaux. HEX triplet: 54, 17 and 27. RGB value is (84,23,39). Sum of RGB (Red+Green+Blue) = 84+23+39=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541727 is #ABE8D8. Grayscale: #2B2B2B. Windows color (decimal): -11266265 or 2561876. OLE color: 2561876.

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

Color convert

RGB 84 23 39 -
CMYK 0 0.73 0.54 0.67
HSL 344.26º 0.57% 0.21% -
HSV(B) 344.26º 0.73% 0.33% -
XYZ 4.33 2.64 2.2 -
YUV 43.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 84 23 39 0 0.73 0.54 0.67 344.26 0.57 0.21
Hex 54 17 27 0 49 36 43 158 39 15
Octal 124 27 47 0 111 66 103 530 71 25
Binary 1010100 10111 100111 0 1001001 110110 1000011 101011000 111001 10101

Color Harmonies of #541727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541727

Black with #541727

Text Example


Text Example

White with #541727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541727; }

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

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

background-color css

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

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

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

border-color css

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

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

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