Html Css Color HEX #540215 Bordeaux

📋 copy color: '#540215'

red 84 ◦ green 2 ◦ blue 21

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

Shades of Bordeaux #540215

Tints of Bordeaux #540215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.87%

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

R = 78.5%
G = 1.87%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#540215 (or 0x540215) is known color: Bordeaux. HEX triplet: 54, 02 and 15. RGB value is (84,2,21). Sum of RGB (Red+Green+Blue) = 84+2+21=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540215 is #ABFDEA. Grayscale: #1C1C1C. Windows color (decimal): -11271659 or 1376852. OLE color: 1376852.

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

Color convert

RGB 84 2 21 -
CMYK 0 0.98 0.75 0.67
HSL 346.1º 0.95% 0.17% -
HSV(B) 346.1º 0.98% 0.33% -
XYZ 3.81 1.98 0.89 -
YUV 28.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 84 2 21 0 0.98 0.75 0.67 346.1 0.95 0.17
Hex 54 2 15 0 62 4B 43 15A 5F 11
Octal 124 2 25 0 142 113 103 532 137 21
Binary 1010100 10 10101 0 1100010 1001011 1000011 101011010 1011111 10001

Color Harmonies of #540215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540215

Black with #540215

Text Example


Text Example

White with #540215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540215; }

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

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

background-color css

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

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

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

border-color css

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

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

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