Html Css Color HEX #541018 Bordeaux

📋 copy color: '#541018'

red 84 ◦ green 16 ◦ blue 24

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

Shades of Bordeaux #541018

Tints of Bordeaux #541018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.9%

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

R = 67.74%
G = 12.9%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#541018 (or 0x541018) is known color: Bordeaux. HEX triplet: 54, 10 and 18. RGB value is (84,16,24). Sum of RGB (Red+Green+Blue) = 84+16+24=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #541018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541018 is #ABEFE7. Grayscale: #252525. Windows color (decimal): -11268072 or 1577044. OLE color: 1577044.

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

Color convert

RGB 84 16 24 -
CMYK 0 0.81 0.71 0.67
HSL 352.94º 0.68% 0.2% -
HSV(B) 352.94º 0.81% 0.33% -
XYZ 4.01 2.32 1.1 -
YUV 37.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 84 16 24 0 0.81 0.71 0.67 352.94 0.68 0.2
Hex 54 10 18 0 51 47 43 161 44 14
Octal 124 20 30 0 121 107 103 541 104 24
Binary 1010100 10000 11000 0 1010001 1000111 1000011 101100001 1000100 10100

Color Harmonies of #541018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541018

Black with #541018

Text Example


Text Example

White with #541018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541018; }

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

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

background-color css

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

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

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

border-color css

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

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

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