Html Css Color HEX #541921 Bordeaux

📋 copy color: '#541921'

red 84 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #541921

Tints of Bordeaux #541921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 59.15%
G = 17.61%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#541921 (or 0x541921) is known color: Bordeaux. HEX triplet: 54, 19 and 21. RGB value is (84,25,33). Sum of RGB (Red+Green+Blue) = 84+25+33=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541921 is #ABE6DE. Grayscale: #2B2B2B. Windows color (decimal): -11265759 or 2169172. OLE color: 2169172.

HSL color Cylindrical-coordinate representation of color #541921: hue angle of 351.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541921 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 25 33 -
CMYK 0 0.70 0.61 0.67
HSL 351.86º 0.54% 0.21% -
HSV(B) 351.86º 0.7% 0.33% -
XYZ 4.28 2.69 1.73 -
YUV 43.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 84 25 33 0 0.70 0.61 0.67 351.86 0.54 0.21
Hex 54 19 21 0 46 3D 43 160 36 15
Octal 124 31 41 0 106 75 103 540 66 25
Binary 1010100 11001 100001 0 1000110 111101 1000011 101100000 110110 10101

Color Harmonies of #541921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541921

Black with #541921

Text Example


Text Example

White with #541921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541921; }

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

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

background-color css

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

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

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

border-color css

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

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

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