Html Css Color HEX #541019 Bordeaux

📋 copy color: '#541019'

red 84 ◦ green 16 ◦ blue 25

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

Shades of Bordeaux #541019

Tints of Bordeaux #541019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20%

R = 67.2%
G = 12.8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#541019 (or 0x541019) is known color: Bordeaux. HEX triplet: 54, 10 and 19. RGB value is (84,16,25). Sum of RGB (Red+Green+Blue) = 84+16+25=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541019 is #ABEFE6. Grayscale: #252525. Windows color (decimal): -11268071 or 1642580. OLE color: 1642580.

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

Color convert

RGB 84 16 25 -
CMYK 0 0.81 0.70 0.67
HSL 352.06º 0.68% 0.2% -
HSV(B) 352.06º 0.81% 0.33% -
XYZ 4.02 2.33 1.16 -
YUV 37.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 84 16 25 0 0.81 0.70 0.67 352.06 0.68 0.2
Hex 54 10 19 0 51 46 43 160 44 14
Octal 124 20 31 0 121 106 103 540 104 24
Binary 1010100 10000 11001 0 1010001 1000110 1000011 101100000 1000100 10100

Color Harmonies of #541019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541019

Black with #541019

Text Example


Text Example

White with #541019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541019; }

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

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

background-color css

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

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

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

border-color css

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

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

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