Html Css Color HEX #540310 Bordeaux

📋 copy color: '#540310'

red 84 ◦ green 3 ◦ blue 16

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

Shades of Bordeaux #540310

Tints of Bordeaux #540310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.91%

 BLUE value IS 16 (6.64% from 255) = 15.53%

R = 81.55%
G = 2.91%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540310 (or 0x540310) is known color: Bordeaux. HEX triplet: 54, 03 and 10. RGB value is (84,3,16). Sum of RGB (Red+Green+Blue) = 84+3+16=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540310 is #ABFCEF. Grayscale: #1C1C1C. Windows color (decimal): -11271408 or 1049428. OLE color: 1049428.

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

Color convert

RGB 84 3 16 -
CMYK 0 0.96 0.81 0.67
HSL 350.37º 0.93% 0.17% -
HSV(B) 350.37º 0.96% 0.33% -
XYZ 3.78 1.99 0.67 -
YUV 28.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 84 3 16 0 0.96 0.81 0.67 350.37 0.93 0.17
Hex 54 3 10 0 60 51 43 15E 5D 11
Octal 124 3 20 0 140 121 103 536 135 21
Binary 1010100 11 10000 0 1100000 1010001 1000011 101011110 1011101 10001

Color Harmonies of #540310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540310

Black with #540310

Text Example


Text Example

White with #540310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540310; }

 p { color: rgb(84,3,16); }

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

background-color css

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

 a { background-color: rgb(84,3,16); }

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

border-color css

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

 span { border-color: rgb(84,3,16); }

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