Html Css Color HEX #541117 Bordeaux

📋 copy color: '#541117'

red 84 ◦ green 17 ◦ blue 23

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

Shades of Bordeaux #541117

Tints of Bordeaux #541117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.71%

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

R = 67.74%
G = 13.71%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#541117 (or 0x541117) is known color: Bordeaux. HEX triplet: 54, 11 and 17. RGB value is (84,17,23). Sum of RGB (Red+Green+Blue) = 84+17+23=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541117 is #ABEEE8. Grayscale: #252525. Windows color (decimal): -11267817 or 1511764. OLE color: 1511764.

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

Color convert

RGB 84 17 23 -
CMYK 0 0.80 0.73 0.67
HSL 354.63º 0.66% 0.2% -
HSV(B) 354.63º 0.8% 0.33% -
XYZ 4.01 2.35 1.05 -
YUV 37.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 84 17 23 0 0.80 0.73 0.67 354.63 0.66 0.2
Hex 54 11 17 0 50 49 43 163 42 14
Octal 124 21 27 0 120 111 103 543 102 24
Binary 1010100 10001 10111 0 1010000 1001001 1000011 101100011 1000010 10100

Color Harmonies of #541117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541117

Black with #541117

Text Example


Text Example

White with #541117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541117; }

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

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

background-color css

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

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

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

border-color css

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

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

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