Html Css Color HEX #540413 Bordeaux

📋 copy color: '#540413'

red 84 ◦ green 4 ◦ blue 19

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

Shades of Bordeaux #540413

Tints of Bordeaux #540413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.74%

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

R = 78.5%
G = 3.74%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#540413 (or 0x540413) is known color: Bordeaux. HEX triplet: 54, 04 and 13. RGB value is (84,4,19). Sum of RGB (Red+Green+Blue) = 84+4+19=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540413 is #ABFBEC. Grayscale: #1D1D1D. Windows color (decimal): -11271149 or 1246292. OLE color: 1246292.

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

Color convert

RGB 84 4 19 -
CMYK 0 0.95 0.77 0.67
HSL 348.75º 0.91% 0.17% -
HSV(B) 348.75º 0.95% 0.33% -
XYZ 3.82 2.02 0.8 -
YUV 29.63 122 166.78 -
System Red Green Blue C M Y K H S L
Decimal 84 4 19 0 0.95 0.77 0.67 348.75 0.91 0.17
Hex 54 4 13 0 5F 4D 43 15D 5B 11
Octal 124 4 23 0 137 115 103 535 133 21
Binary 1010100 100 10011 0 1011111 1001101 1000011 101011101 1011011 10001

Color Harmonies of #540413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540413

Black with #540413

Text Example


Text Example

White with #540413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540413; }

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

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

background-color css

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

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

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

border-color css

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

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

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