Html Css Color HEX #540910 Bordeaux

📋 copy color: '#540910'

red 84 ◦ green 9 ◦ blue 16

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

Shades of Bordeaux #540910

Tints of Bordeaux #540910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.26%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 77.06%
G = 8.26%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540910 (or 0x540910) is known color: Bordeaux. HEX triplet: 54, 09 and 10. RGB value is (84,9,16). Sum of RGB (Red+Green+Blue) = 84+9+16=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540910 is #ABF6EF. Grayscale: #202020. Windows color (decimal): -11269872 or 1050964. OLE color: 1050964.

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

Color convert

RGB 84 9 16 -
CMYK 0 0.89 0.81 0.67
HSL 354.4º 0.81% 0.18% -
HSV(B) 354.4º 0.89% 0.33% -
XYZ 3.85 2.12 0.7 -
YUV 32.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 84 9 16 0 0.89 0.81 0.67 354.4 0.81 0.18
Hex 54 9 10 0 59 51 43 162 51 12
Octal 124 11 20 0 131 121 103 542 121 22
Binary 1010100 1001 10000 0 1011001 1010001 1000011 101100010 1010001 10010

Color Harmonies of #540910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540910

Black with #540910

Text Example


Text Example

White with #540910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540910; }

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

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

background-color css

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

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

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

border-color css

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

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

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