Html Css Color HEX #540418 Bordeaux

📋 copy color: '#540418'

red 84 ◦ green 4 ◦ blue 24

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

Shades of Bordeaux #540418

Tints of Bordeaux #540418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 75%
G = 3.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#540418 (or 0x540418) is known color: Bordeaux. HEX triplet: 54, 04 and 18. RGB value is (84,4,24). Sum of RGB (Red+Green+Blue) = 84+4+24=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #540418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540418 is #ABFBE7. Grayscale: #1E1E1E. Windows color (decimal): -11271144 or 1573972. OLE color: 1573972.

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

Color convert

RGB 84 4 24 -
CMYK 0 0.95 0.71 0.67
HSL 345º 0.91% 0.17% -
HSV(B) 345º 0.95% 0.33% -
XYZ 3.86 2.04 1.05 -
YUV 30.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 84 4 24 0 0.95 0.71 0.67 345 0.91 0.17
Hex 54 4 18 0 5F 47 43 159 5B 11
Octal 124 4 30 0 137 107 103 531 133 21
Binary 1010100 100 11000 0 1011111 1000111 1000011 101011001 1011011 10001

Color Harmonies of #540418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540418

Black with #540418

Text Example


Text Example

White with #540418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540418; }

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

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

background-color css

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

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

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

border-color css

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

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

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