Html Css Color HEX #540210 Bordeaux

📋 copy color: '#540210'

red 84 ◦ green 2 ◦ blue 16

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

Shades of Bordeaux #540210

Tints of Bordeaux #540210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.96%

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

R = 82.35%
G = 1.96%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540210 (or 0x540210) is known color: Bordeaux. HEX triplet: 54, 02 and 10. RGB value is (84,2,16). Sum of RGB (Red+Green+Blue) = 84+2+16=102 (13% of max value = 765). Red value is 84 (33.20% from 255 or 82.35% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 84 - color contains mainly: red. Hex color #540210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540210 is #ABFDEF. Grayscale: #1C1C1C. Windows color (decimal): -11271664 or 1049172. OLE color: 1049172.

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

Color convert

RGB 84 2 16 -
CMYK 0 0.98 0.81 0.67
HSL 349.76º 0.95% 0.17% -
HSV(B) 349.76º 0.98% 0.33% -
XYZ 3.77 1.97 0.67 -
YUV 28.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 84 2 16 0 0.98 0.81 0.67 349.76 0.95 0.17
Hex 54 2 10 0 62 51 43 15E 5F 11
Octal 124 2 20 0 142 121 103 536 137 21
Binary 1010100 10 10000 0 1100010 1010001 1000011 101011110 1011111 10001

Color Harmonies of #540210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540210

Black with #540210

Text Example


Text Example

White with #540210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540210; }

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

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

background-color css

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

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

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

border-color css

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

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

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