Html Css Color HEX #540917 Bordeaux

📋 copy color: '#540917'

red 84 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #540917

Tints of Bordeaux #540917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 72.41%
G = 7.76%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#540917 (or 0x540917) is known color: Bordeaux. HEX triplet: 54, 09 and 17. RGB value is (84,9,23). Sum of RGB (Red+Green+Blue) = 84+9+23=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540917 is #ABF6E8. Grayscale: #212121. Windows color (decimal): -11269865 or 1509716. OLE color: 1509716.

HSL color Cylindrical-coordinate representation of color #540917: hue angle of 348.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540917 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 23 -
CMYK 0 0.89 0.73 0.67
HSL 348.8º 0.81% 0.18% -
HSV(B) 348.8º 0.89% 0.33% -
XYZ 3.91 2.14 1.02 -
YUV 33.02 122.35 164.36 -
System Red Green Blue C M Y K H S L
Decimal 84 9 23 0 0.89 0.73 0.67 348.8 0.81 0.18
Hex 54 9 17 0 59 49 43 15D 51 12
Octal 124 11 27 0 131 111 103 535 121 22
Binary 1010100 1001 10111 0 1011001 1001001 1000011 101011101 1010001 10010

Color Harmonies of #540917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540917

Black with #540917

Text Example


Text Example

White with #540917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540917; }

 p { color: rgb(84,9,23); }

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

background-color css

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

 a { background-color: rgb(84,9,23); }

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

border-color css

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

 span { border-color: rgb(84,9,23); }

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