Html Css Color HEX #541017 Bordeaux

📋 copy color: '#541017'

red 84 ◦ green 16 ◦ blue 23

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

Shades of Bordeaux #541017

Tints of Bordeaux #541017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.01%

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

R = 68.29%
G = 13.01%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#541017 (or 0x541017) is known color: Bordeaux. HEX triplet: 54, 10 and 17. RGB value is (84,16,23). Sum of RGB (Red+Green+Blue) = 84+16+23=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541017 is #ABEFE8. Grayscale: #252525. Windows color (decimal): -11268073 or 1511508. OLE color: 1511508.

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

Color convert

RGB 84 16 23 -
CMYK 0 0.81 0.73 0.67
HSL 353.82º 0.68% 0.2% -
HSV(B) 353.82º 0.81% 0.33% -
XYZ 4 2.32 1.05 -
YUV 37.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 84 16 23 0 0.81 0.73 0.67 353.82 0.68 0.2
Hex 54 10 17 0 51 49 43 162 44 14
Octal 124 20 27 0 121 111 103 542 104 24
Binary 1010100 10000 10111 0 1010001 1001001 1000011 101100010 1000100 10100

Color Harmonies of #541017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541017

Black with #541017

Text Example


Text Example

White with #541017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541017; }

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

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

background-color css

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

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

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

border-color css

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

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

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