Html Css Color HEX #540912 Bordeaux

📋 copy color: '#540912'

red 84 ◦ green 9 ◦ blue 18

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

Shades of Bordeaux #540912

Tints of Bordeaux #540912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 75.68%
G = 8.11%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#540912 (or 0x540912) is known color: Bordeaux. HEX triplet: 54, 09 and 12. RGB value is (84,9,18). Sum of RGB (Red+Green+Blue) = 84+9+18=111 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75.68% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 84 - color contains mainly: red. Hex color #540912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540912 is #ABF6ED. Grayscale: #202020. Windows color (decimal): -11269870 or 1182036. OLE color: 1182036.

HSL color Cylindrical-coordinate representation of color #540912: hue angle of 352.8º 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 #540912 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 18 -
CMYK 0 0.89 0.79 0.67
HSL 352.8º 0.81% 0.18% -
HSV(B) 352.8º 0.89% 0.33% -
XYZ 3.86 2.12 0.78 -
YUV 32.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 84 9 18 0 0.89 0.79 0.67 352.8 0.81 0.18
Hex 54 9 12 0 59 4F 43 161 51 12
Octal 124 11 22 0 131 117 103 541 121 22
Binary 1010100 1001 10010 0 1011001 1001111 1000011 101100001 1010001 10010

Color Harmonies of #540912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540912

Black with #540912

Text Example


Text Example

White with #540912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540912; }

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

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

background-color css

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

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

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

border-color css

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

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

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