Html Css Color HEX #540015 Bordeaux

📋 copy color: '#540015'

red 84 ◦ green 0 ◦ blue 21

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

Shades of Bordeaux #540015

Tints of Bordeaux #540015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#540015 (or 0x540015) is known color: Bordeaux. HEX triplet: 54, 00 and 15. RGB value is (84,0,21). Sum of RGB (Red+Green+Blue) = 84+0+21=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540015 is #ABFFEA. Grayscale: #1B1B1B. Windows color (decimal): -11272171 or 1376340. OLE color: 1376340.

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

Color convert

RGB 84 0 21 -
CMYK 0 1 0.75 0.67
HSL 345º 1% 0.16% -
HSV(B) 345º 1% 0.33% -
XYZ 3.79 1.94 0.88 -
YUV 27.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 84 0 21 0 1 0.75 0.67 345 1 0.16
Hex 54 0 15 0 64 4B 43 159 64 10
Octal 124 0 25 0 144 113 103 531 144 20
Binary 1010100 0 10101 0 1100100 1001011 1000011 101011001 1100100 10000

Color Harmonies of #540015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540015

Black with #540015

Text Example


Text Example

White with #540015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540015; }

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

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

background-color css

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

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

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

border-color css

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

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

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