Html Css Color HEX #541115 Bordeaux

📋 copy color: '#541115'

red 84 ◦ green 17 ◦ blue 21

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

Shades of Bordeaux #541115

Tints of Bordeaux #541115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.93%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 68.85%
G = 13.93%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#541115 (or 0x541115) is known color: Bordeaux. HEX triplet: 54, 11 and 15. RGB value is (84,17,21). Sum of RGB (Red+Green+Blue) = 84+17+21=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #541115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541115 is #ABEEEA. Grayscale: #252525. Windows color (decimal): -11267819 or 1380692. OLE color: 1380692.

HSL color Cylindrical-coordinate representation of color #541115: hue angle of 356.42º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541115 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 21 -
CMYK 0 0.80 0.75 0.67
HSL 356.42º 0.66% 0.2% -
HSV(B) 356.42º 0.8% 0.33% -
XYZ 3.99 2.34 0.95 -
YUV 37.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 84 17 21 0 0.80 0.75 0.67 356.42 0.66 0.2
Hex 54 11 15 0 50 4B 43 164 42 14
Octal 124 21 25 0 120 113 103 544 102 24
Binary 1010100 10001 10101 0 1010000 1001011 1000011 101100100 1000010 10100

Color Harmonies of #541115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541115

Black with #541115

Text Example


Text Example

White with #541115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541115; }

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

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

background-color css

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

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

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

border-color css

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

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

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