Html Css Color HEX #541527 Bordeaux

📋 copy color: '#541527'

red 84 ◦ green 21 ◦ blue 39

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

Shades of Bordeaux #541527

Tints of Bordeaux #541527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.58%

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

R = 58.33%
G = 14.58%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#541527 (or 0x541527) is known color: Bordeaux. HEX triplet: 54, 15 and 27. RGB value is (84,21,39). Sum of RGB (Red+Green+Blue) = 84+21+39=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #541527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541527 is #ABEAD8. Grayscale: #292929. Windows color (decimal): -11266777 or 2561364. OLE color: 2561364.

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

Color convert

RGB 84 21 39 -
CMYK 0 0.75 0.54 0.67
HSL 342.86º 0.6% 0.21% -
HSV(B) 342.86º 0.75% 0.33% -
XYZ 4.29 2.57 2.19 -
YUV 41.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 84 21 39 0 0.75 0.54 0.67 342.86 0.6 0.21
Hex 54 15 27 0 4B 36 43 157 3C 15
Octal 124 25 47 0 113 66 103 527 74 25
Binary 1010100 10101 100111 0 1001011 110110 1000011 101010111 111100 10101

Color Harmonies of #541527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541527

Black with #541527

Text Example


Text Example

White with #541527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541527; }

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

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

background-color css

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

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

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

border-color css

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

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

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