Html Css Color HEX #541021 Bordeaux

📋 copy color: '#541021'

red 84 ◦ green 16 ◦ blue 33

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

Shades of Bordeaux #541021

Tints of Bordeaux #541021

RGB

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

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

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

R = 63.16%
G = 12.03%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#541021 (or 0x541021) is known color: Bordeaux. HEX triplet: 54, 10 and 21. RGB value is (84,16,33). Sum of RGB (Red+Green+Blue) = 84+16+33=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541021 is #ABEFDE. Grayscale: #262626. Windows color (decimal): -11268063 or 2166868. OLE color: 2166868.

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

Color convert

RGB 84 16 33 -
CMYK 0 0.81 0.61 0.67
HSL 345º 0.68% 0.2% -
HSV(B) 345º 0.81% 0.33% -
XYZ 4.12 2.37 1.68 -
YUV 38.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 84 16 33 0 0.81 0.61 0.67 345 0.68 0.2
Hex 54 10 21 0 51 3D 43 159 44 14
Octal 124 20 41 0 121 75 103 531 104 24
Binary 1010100 10000 100001 0 1010001 111101 1000011 101011001 1000100 10100

Color Harmonies of #541021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541021

Black with #541021

Text Example


Text Example

White with #541021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541021; }

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

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

background-color css

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

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

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

border-color css

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

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

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