Html Css Color HEX #541020 Bordeaux

📋 copy color: '#541020'

red 84 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #541020

Tints of Bordeaux #541020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 63.64%
G = 12.12%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541020 (or 0x541020) is known color: Bordeaux. HEX triplet: 54, 10 and 20. RGB value is (84,16,32). Sum of RGB (Red+Green+Blue) = 84+16+32=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541020 is #ABEFDF. Grayscale: #262626. Windows color (decimal): -11268064 or 2101332. OLE color: 2101332.

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

Color convert

RGB 84 16 32 -
CMYK 0 0.81 0.62 0.67
HSL 345.88º 0.68% 0.2% -
HSV(B) 345.88º 0.81% 0.33% -
XYZ 4.1 2.36 1.61 -
YUV 38.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 84 16 32 0 0.81 0.62 0.67 345.88 0.68 0.2
Hex 54 10 20 0 51 3E 43 15A 44 14
Octal 124 20 40 0 121 76 103 532 104 24
Binary 1010100 10000 100000 0 1010001 111110 1000011 101011010 1000100 10100

Color Harmonies of #541020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541020

Black with #541020

Text Example


Text Example

White with #541020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541020; }

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

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

background-color css

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

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

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

border-color css

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

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

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