Html Css Color HEX #540017 Bordeaux

📋 copy color: '#540017'

red 84 ◦ green 0 ◦ blue 23

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

Shades of Bordeaux #540017

Tints of Bordeaux #540017

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.5%
G = 0%
B = 21.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#540017 (or 0x540017) is known color: Bordeaux. HEX triplet: 54, 00 and 17. RGB value is (84,0,23). Sum of RGB (Red+Green+Blue) = 84+0+23=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540017 is #ABFFE8. Grayscale: #1B1B1B. Windows color (decimal): -11272169 or 1507412. OLE color: 1507412.

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

Color convert

RGB 84 0 23 -
CMYK 0 1 0.73 0.67
HSL 343.57º 1% 0.16% -
HSV(B) 343.57º 1% 0.33% -
XYZ 3.81 1.95 0.99 -
YUV 27.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 84 0 23 0 1 0.73 0.67 343.57 1 0.16
Hex 54 0 17 0 64 49 43 158 64 10
Octal 124 0 27 0 144 111 103 530 144 20
Binary 1010100 0 10111 0 1100100 1001001 1000011 101011000 1100100 10000

Color Harmonies of #540017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540017

Black with #540017

Text Example


Text Example

White with #540017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540017; }

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

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

background-color css

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

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

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

border-color css

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

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

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