Html Css Color HEX #540712 Bordeaux

📋 copy color: '#540712'

red 84 ◦ green 7 ◦ blue 18

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

Shades of Bordeaux #540712

Tints of Bordeaux #540712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.42%

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

R = 77.06%
G = 6.42%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#540712 (or 0x540712) is known color: Bordeaux. HEX triplet: 54, 07 and 12. RGB value is (84,7,18). Sum of RGB (Red+Green+Blue) = 84+7+18=109 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.06% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 84 - color contains mainly: red. Hex color #540712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540712 is #ABF8ED. Grayscale: #1F1F1F. Windows color (decimal): -11270382 or 1181524. OLE color: 1181524.

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

Color convert

RGB 84 7 18 -
CMYK 0 0.92 0.79 0.67
HSL 351.43º 0.85% 0.18% -
HSV(B) 351.43º 0.92% 0.33% -
XYZ 3.84 2.08 0.77 -
YUV 31.28 120.51 165.61 -
System Red Green Blue C M Y K H S L
Decimal 84 7 18 0 0.92 0.79 0.67 351.43 0.85 0.18
Hex 54 7 12 0 5C 4F 43 15F 55 12
Octal 124 7 22 0 134 117 103 537 125 22
Binary 1010100 111 10010 0 1011100 1001111 1000011 101011111 1010101 10010

Color Harmonies of #540712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540712

Black with #540712

Text Example


Text Example

White with #540712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540712; }

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

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

background-color css

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

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

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

border-color css

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

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

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