Html Css Color HEX #540113 Bordeaux

📋 copy color: '#540113'

red 84 ◦ green 1 ◦ blue 19

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

Shades of Bordeaux #540113

Tints of Bordeaux #540113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.96%

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

R = 80.77%
G = 0.96%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#540113 (or 0x540113) is known color: Bordeaux. HEX triplet: 54, 01 and 13. RGB value is (84,1,19). Sum of RGB (Red+Green+Blue) = 84+1+19=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540113 is #ABFEEC. Grayscale: #1B1B1B. Windows color (decimal): -11271917 or 1245524. OLE color: 1245524.

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

Color convert

RGB 84 1 19 -
CMYK 0 0.99 0.77 0.67
HSL 346.99º 0.98% 0.17% -
HSV(B) 346.99º 0.99% 0.33% -
XYZ 3.78 1.95 0.79 -
YUV 27.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 84 1 19 0 0.99 0.77 0.67 346.99 0.98 0.17
Hex 54 1 13 0 63 4D 43 15B 62 11
Octal 124 1 23 0 143 115 103 533 142 21
Binary 1010100 1 10011 0 1100011 1001101 1000011 101011011 1100010 10001

Color Harmonies of #540113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540113

Black with #540113

Text Example


Text Example

White with #540113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540113; }

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

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

background-color css

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

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

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

border-color css

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

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

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