Html Css Color HEX #541421 Bordeaux

📋 copy color: '#541421'

red 84 ◦ green 20 ◦ blue 33

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

Shades of Bordeaux #541421

Tints of Bordeaux #541421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.6%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 61.31%
G = 14.6%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#541421 (or 0x541421) is known color: Bordeaux. HEX triplet: 54, 14 and 21. RGB value is (84,20,33). Sum of RGB (Red+Green+Blue) = 84+20+33=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541421 is #ABEBDE. Grayscale: #282828. Windows color (decimal): -11267039 or 2167892. OLE color: 2167892.

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

Color convert

RGB 84 20 33 -
CMYK 0 0.76 0.61 0.67
HSL 347.81º 0.62% 0.2% -
HSV(B) 347.81º 0.76% 0.33% -
XYZ 4.18 2.49 1.7 -
YUV 40.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 84 20 33 0 0.76 0.61 0.67 347.81 0.62 0.2
Hex 54 14 21 0 4C 3D 43 15C 3E 14
Octal 124 24 41 0 114 75 103 534 76 24
Binary 1010100 10100 100001 0 1001100 111101 1000011 101011100 111110 10100

Color Harmonies of #541421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541421

Black with #541421

Text Example


Text Example

White with #541421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541421; }

 p { color: rgb(84,20,33); }

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

background-color css

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

 a { background-color: rgb(84,20,33); }

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

border-color css

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

 span { border-color: rgb(84,20,33); }

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