Html Css Color HEX #540410 Bordeaux

📋 copy color: '#540410'

red 84 ◦ green 4 ◦ blue 16

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

Shades of Bordeaux #540410

Tints of Bordeaux #540410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

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

R = 80.77%
G = 3.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#540410 (or 0x540410) is known color: Bordeaux. HEX triplet: 54, 04 and 10. RGB value is (84,4,16). Sum of RGB (Red+Green+Blue) = 84+4+16=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540410 is #ABFBEF. Grayscale: #1D1D1D. Windows color (decimal): -11271152 or 1049684. OLE color: 1049684.

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

Color convert

RGB 84 4 16 -
CMYK 0 0.95 0.81 0.67
HSL 351º 0.91% 0.17% -
HSV(B) 351º 0.95% 0.33% -
XYZ 3.79 2.01 0.68 -
YUV 29.29 120.5 167.02 -
System Red Green Blue C M Y K H S L
Decimal 84 4 16 0 0.95 0.81 0.67 351 0.91 0.17
Hex 54 4 10 0 5F 51 43 15F 5B 11
Octal 124 4 20 0 137 121 103 537 133 21
Binary 1010100 100 10000 0 1011111 1010001 1000011 101011111 1011011 10001

Color Harmonies of #540410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540410

Black with #540410

Text Example


Text Example

White with #540410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540410; }

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

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

background-color css

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

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

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

border-color css

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

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

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