Html Css Color HEX #540915 Bordeaux

📋 copy color: '#540915'

red 84 ◦ green 9 ◦ blue 21

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

Shades of Bordeaux #540915

Tints of Bordeaux #540915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 73.68%
G = 7.89%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#540915 (or 0x540915) is known color: Bordeaux. HEX triplet: 54, 09 and 15. RGB value is (84,9,21). Sum of RGB (Red+Green+Blue) = 84+9+21=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #540915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540915 is #ABF6EA. Grayscale: #202020. Windows color (decimal): -11269867 or 1378644. OLE color: 1378644.

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

Color convert

RGB 84 9 21 -
CMYK 0 0.89 0.75 0.67
HSL 350.4º 0.81% 0.18% -
HSV(B) 350.4º 0.89% 0.33% -
XYZ 3.89 2.13 0.92 -
YUV 32.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 84 9 21 0 0.89 0.75 0.67 350.4 0.81 0.18
Hex 54 9 15 0 59 4B 43 15E 51 12
Octal 124 11 25 0 131 113 103 536 121 22
Binary 1010100 1001 10101 0 1011001 1001011 1000011 101011110 1010001 10010

Color Harmonies of #540915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540915

Black with #540915

Text Example


Text Example

White with #540915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540915; }

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

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

background-color css

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

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

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

border-color css

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

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

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