Html Css Color HEX #541318 Bordeaux

📋 copy color: '#541318'

red 84 ◦ green 19 ◦ blue 24

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

Shades of Bordeaux #541318

Tints of Bordeaux #541318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.96%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 66.14%
G = 14.96%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#541318 (or 0x541318) is known color: Bordeaux. HEX triplet: 54, 13 and 18. RGB value is (84,19,24). Sum of RGB (Red+Green+Blue) = 84+19+24=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541318 is #ABECE7. Grayscale: #272727. Windows color (decimal): -11267304 or 1577812. OLE color: 1577812.

HSL color Cylindrical-coordinate representation of color #541318: hue angle of 355.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541318 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 19 24 -
CMYK 0 0.77 0.71 0.67
HSL 355.38º 0.63% 0.2% -
HSV(B) 355.38º 0.77% 0.33% -
XYZ 4.05 2.42 1.12 -
YUV 39.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 84 19 24 0 0.77 0.71 0.67 355.38 0.63 0.2
Hex 54 13 18 0 4D 47 43 163 3F 14
Octal 124 23 30 0 115 107 103 543 77 24
Binary 1010100 10011 11000 0 1001101 1000111 1000011 101100011 111111 10100

Color Harmonies of #541318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541318

Black with #541318

Text Example


Text Example

White with #541318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541318; }

 p { color: rgb(84,19,24); }

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

background-color css

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

 a { background-color: rgb(84,19,24); }

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

border-color css

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

 span { border-color: rgb(84,19,24); }

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