Html Css Color HEX #540313 Bordeaux

📋 copy color: '#540313'

red 84 ◦ green 3 ◦ blue 19

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

Shades of Bordeaux #540313

Tints of Bordeaux #540313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 79.25%
G = 2.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#540313 (or 0x540313) is known color: Bordeaux. HEX triplet: 54, 03 and 13. RGB value is (84,3,19). Sum of RGB (Red+Green+Blue) = 84+3+19=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540313 is #ABFCEC. Grayscale: #1D1D1D. Windows color (decimal): -11271405 or 1246036. OLE color: 1246036.

HSL color Cylindrical-coordinate representation of color #540313: hue angle of 348.15º 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 #540313 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 3 19 -
CMYK 0 0.96 0.77 0.67
HSL 348.15º 0.93% 0.17% -
HSV(B) 348.15º 0.96% 0.33% -
XYZ 3.81 2 0.8 -
YUV 29.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 84 3 19 0 0.96 0.77 0.67 348.15 0.93 0.17
Hex 54 3 13 0 60 4D 43 15C 5D 11
Octal 124 3 23 0 140 115 103 534 135 21
Binary 1010100 11 10011 0 1100000 1001101 1000011 101011100 1011101 10001

Color Harmonies of #540313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540313

Black with #540313

Text Example


Text Example

White with #540313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540313; }

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

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

background-color css

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

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

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

border-color css

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

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

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