Html Css Color HEX #540815 Bordeaux

📋 copy color: '#540815'

red 84 ◦ green 8 ◦ blue 21

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

Shades of Bordeaux #540815

Tints of Bordeaux #540815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.08%

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

R = 74.34%
G = 7.08%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#540815 (or 0x540815) is known color: Bordeaux. HEX triplet: 54, 08 and 15. RGB value is (84,8,21). Sum of RGB (Red+Green+Blue) = 84+8+21=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #540815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540815 is #ABF7EA. Grayscale: #202020. Windows color (decimal): -11270123 or 1378388. OLE color: 1378388.

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

Color convert

RGB 84 8 21 -
CMYK 0 0.90 0.75 0.67
HSL 349.74º 0.83% 0.18% -
HSV(B) 349.74º 0.9% 0.33% -
XYZ 3.88 2.11 0.91 -
YUV 32.21 121.68 164.94 -
System Red Green Blue C M Y K H S L
Decimal 84 8 21 0 0.90 0.75 0.67 349.74 0.83 0.18
Hex 54 8 15 0 5A 4B 43 15E 53 12
Octal 124 10 25 0 132 113 103 536 123 22
Binary 1010100 1000 10101 0 1011010 1001011 1000011 101011110 1010011 10010

Color Harmonies of #540815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540815

Black with #540815

Text Example


Text Example

White with #540815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540815; }

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

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

background-color css

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

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

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

border-color css

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

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

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