Html Css Color HEX #540615 Bordeaux

📋 copy color: '#540615'

red 84 ◦ green 6 ◦ blue 21

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

Shades of Bordeaux #540615

Tints of Bordeaux #540615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.41%

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

R = 75.68%
G = 5.41%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#540615 (or 0x540615) is known color: Bordeaux. HEX triplet: 54, 06 and 15. RGB value is (84,6,21). Sum of RGB (Red+Green+Blue) = 84+6+21=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540615 is #ABF9EA. Grayscale: #1F1F1F. Windows color (decimal): -11270635 or 1377876. OLE color: 1377876.

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

Color convert

RGB 84 6 21 -
CMYK 0 0.93 0.75 0.67
HSL 348.46º 0.87% 0.18% -
HSV(B) 348.46º 0.93% 0.33% -
XYZ 3.86 2.07 0.91 -
YUV 31.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 84 6 21 0 0.93 0.75 0.67 348.46 0.87 0.18
Hex 54 6 15 0 5D 4B 43 15C 57 12
Octal 124 6 25 0 135 113 103 534 127 22
Binary 1010100 110 10101 0 1011101 1001011 1000011 101011100 1010111 10010

Color Harmonies of #540615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540615

Black with #540615

Text Example


Text Example

White with #540615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540615; }

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

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

background-color css

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

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

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

border-color css

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

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

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