Html Css Color HEX #540610 Bordeaux

📋 copy color: '#540610'

red 84 ◦ green 6 ◦ blue 16

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

Shades of Bordeaux #540610

Tints of Bordeaux #540610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.66%

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

R = 79.25%
G = 5.66%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540610 (or 0x540610) is known color: Bordeaux. HEX triplet: 54, 06 and 10. RGB value is (84,6,16). Sum of RGB (Red+Green+Blue) = 84+6+16=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540610 is #ABF9EF. Grayscale: #1E1E1E. Windows color (decimal): -11270640 or 1050196. OLE color: 1050196.

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

Color convert

RGB 84 6 16 -
CMYK 0 0.93 0.81 0.67
HSL 352.31º 0.87% 0.18% -
HSV(B) 352.31º 0.93% 0.33% -
XYZ 3.81 2.05 0.69 -
YUV 30.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 84 6 16 0 0.93 0.81 0.67 352.31 0.87 0.18
Hex 54 6 10 0 5D 51 43 160 57 12
Octal 124 6 20 0 135 121 103 540 127 22
Binary 1010100 110 10000 0 1011101 1010001 1000011 101100000 1010111 10010

Color Harmonies of #540610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540610

Black with #540610

Text Example


Text Example

White with #540610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540610; }

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

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

background-color css

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

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

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

border-color css

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

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

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