Html Css Color HEX #540419 Bordeaux

📋 copy color: '#540419'

red 84 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #540419

Tints of Bordeaux #540419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 74.34%
G = 3.54%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#540419 (or 0x540419) is known color: Bordeaux. HEX triplet: 54, 04 and 19. RGB value is (84,4,25). Sum of RGB (Red+Green+Blue) = 84+4+25=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #540419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540419 is #ABFBE6. Grayscale: #1E1E1E. Windows color (decimal): -11271143 or 1639508. OLE color: 1639508.

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

Color convert

RGB 84 4 25 -
CMYK 0 0.95 0.70 0.67
HSL 344.25º 0.91% 0.17% -
HSV(B) 344.25º 0.95% 0.33% -
XYZ 3.88 2.04 1.11 -
YUV 30.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 84 4 25 0 0.95 0.70 0.67 344.25 0.91 0.17
Hex 54 4 19 0 5F 46 43 158 5B 11
Octal 124 4 31 0 137 106 103 530 133 21
Binary 1010100 100 11001 0 1011111 1000110 1000011 101011000 1011011 10001

Color Harmonies of #540419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540419

Black with #540419

Text Example


Text Example

White with #540419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540419; }

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

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

background-color css

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

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

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

border-color css

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

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

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