Html Css Color HEX #541920 Bordeaux

📋 copy color: '#541920'

red 84 ◦ green 25 ◦ blue 32

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

Shades of Bordeaux #541920

Tints of Bordeaux #541920

RGB

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

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

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

R = 59.57%
G = 17.73%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#541920 (or 0x541920) is known color: Bordeaux. HEX triplet: 54, 19 and 20. RGB value is (84,25,32). Sum of RGB (Red+Green+Blue) = 84+25+32=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 25 (10.16% from 255 or 17.73% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541920 is #ABE6DF. Grayscale: #2B2B2B. Windows color (decimal): -11265760 or 2103636. OLE color: 2103636.

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

Color convert

RGB 84 25 32 -
CMYK 0 0.70 0.62 0.67
HSL 352.88º 0.54% 0.21% -
HSV(B) 352.88º 0.7% 0.33% -
XYZ 4.26 2.68 1.66 -
YUV 43.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 84 25 32 0 0.70 0.62 0.67 352.88 0.54 0.21
Hex 54 19 20 0 46 3E 43 161 36 15
Octal 124 31 40 0 106 76 103 541 66 25
Binary 1010100 11001 100000 0 1000110 111110 1000011 101100001 110110 10101

Color Harmonies of #541920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541920

Black with #541920

Text Example


Text Example

White with #541920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541920; }

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

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

background-color css

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

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

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

border-color css

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

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

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