Html Css Color HEX #540F17 Bordeaux

📋 copy color: '#540F17'

red 84 ◦ green 15 ◦ blue 23

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

Shades of Bordeaux #540F17

Tints of Bordeaux #540F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

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

R = 68.85%
G = 12.3%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#540F17 (or 0x540F17) is known color: Bordeaux. HEX triplet: 54, 0F and 17. RGB value is (84,15,23). Sum of RGB (Red+Green+Blue) = 84+15+23=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F17 is #ABF0E8. Grayscale: #242424. Windows color (decimal): -11268329 or 1511252. OLE color: 1511252.

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

Color convert

RGB 84 15 23 -
CMYK 0 0.82 0.73 0.67
HSL 353.04º 0.7% 0.19% -
HSV(B) 353.04º 0.82% 0.33% -
XYZ 3.98 2.29 1.04 -
YUV 36.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 84 15 23 0 0.82 0.73 0.67 353.04 0.7 0.19
Hex 54 F 17 0 52 49 43 161 46 13
Octal 124 17 27 0 122 111 103 541 106 23
Binary 1010100 1111 10111 0 1010010 1001001 1000011 101100001 1000110 10011

Color Harmonies of #540F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F17

Black with #540F17

Text Example


Text Example

White with #540F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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