Html Css Color HEX #540817 Bordeaux

📋 copy color: '#540817'

red 84 ◦ green 8 ◦ blue 23

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

Shades of Bordeaux #540817

Tints of Bordeaux #540817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

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

R = 73.04%
G = 6.96%
B = 20%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#540817 (or 0x540817) is known color: Bordeaux. HEX triplet: 54, 08 and 17. RGB value is (84,8,23). Sum of RGB (Red+Green+Blue) = 84+8+23=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #540817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540817 is #ABF7E8. Grayscale: #202020. Windows color (decimal): -11270121 or 1509460. OLE color: 1509460.

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

Color convert

RGB 84 8 23 -
CMYK 0 0.90 0.73 0.67
HSL 348.16º 0.83% 0.18% -
HSV(B) 348.16º 0.9% 0.33% -
XYZ 3.9 2.12 1.01 -
YUV 32.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 84 8 23 0 0.90 0.73 0.67 348.16 0.83 0.18
Hex 54 8 17 0 5A 49 43 15C 53 12
Octal 124 10 27 0 132 111 103 534 123 22
Binary 1010100 1000 10111 0 1011010 1001001 1000011 101011100 1010011 10010

Color Harmonies of #540817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540817

Black with #540817

Text Example


Text Example

White with #540817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540817; }

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

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

background-color css

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

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

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

border-color css

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

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

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