Html Css Color HEX #540A1A Bordeaux

📋 copy color: '#540A1A'

red 84 ◦ green 10 ◦ blue 26

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

Shades of Bordeaux #540A1A

Tints of Bordeaux #540A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.33%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 70%
G = 8.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#540A1A (or 0x540A1A) is known color: Bordeaux. HEX triplet: 54, 0A and 1A. RGB value is (84,10,26). Sum of RGB (Red+Green+Blue) = 84+10+26=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1A is #ABF5E5. Grayscale: #212121. Windows color (decimal): -11269606 or 1706580. OLE color: 1706580.

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

Color convert

RGB 84 10 26 -
CMYK 0 0.88 0.69 0.67
HSL 347.03º 0.79% 0.18% -
HSV(B) 347.03º 0.88% 0.33% -
XYZ 3.95 2.18 1.19 -
YUV 33.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 84 10 26 0 0.88 0.69 0.67 347.03 0.79 0.18
Hex 54 A 1A 0 58 45 43 15B 4F 12
Octal 124 12 32 0 130 105 103 533 117 22
Binary 1010100 1010 11010 0 1011000 1000101 1000011 101011011 1001111 10010

Color Harmonies of #540A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A1A

Black with #540A1A

Text Example


Text Example

White with #540A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540A1A; }

 p { color: rgb(84,10,26); }

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

background-color css

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

 a { background-color: rgb(84,10,26); }

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

border-color css

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

 span { border-color: rgb(84,10,26); }

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