Html Css Color HEX #540A1C Bordeaux

📋 copy color: '#540A1C'

red 84 ◦ green 10 ◦ blue 28

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

Shades of Bordeaux #540A1C

Tints of Bordeaux #540A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 68.85%
G = 8.2%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#540A1C (or 0x540A1C) is known color: Bordeaux. HEX triplet: 54, 0A and 1C. RGB value is (84,10,28). Sum of RGB (Red+Green+Blue) = 84+10+28=122 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.85% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 84 - color contains mainly: red. Hex color #540A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A1C is #ABF5E3. Grayscale: #222222. Windows color (decimal): -11269604 or 1837652. OLE color: 1837652.

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

Color convert

RGB 84 10 28 -
CMYK 0 0.88 0.67 0.67
HSL 345.41º 0.79% 0.18% -
HSV(B) 345.41º 0.88% 0.33% -
XYZ 3.97 2.19 1.31 -
YUV 34.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 84 10 28 0 0.88 0.67 0.67 345.41 0.79 0.18
Hex 54 A 1C 0 58 43 43 159 4F 12
Octal 124 12 34 0 130 103 103 531 117 22
Binary 1010100 1010 11100 0 1011000 1000011 1000011 101011001 1001111 10010

Color Harmonies of #540A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A1C

Black with #540A1C

Text Example


Text Example

White with #540A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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