Html Css Color HEX #541029 Bordeaux

📋 copy color: '#541029'

red 84 ◦ green 16 ◦ blue 41

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

Shades of Bordeaux #541029

Tints of Bordeaux #541029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 59.57%
G = 11.35%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#541029 (or 0x541029) is known color: Bordeaux. HEX triplet: 54, 10 and 29. RGB value is (84,16,41). Sum of RGB (Red+Green+Blue) = 84+16+41=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541029 is #ABEFD6. Grayscale: #272727. Windows color (decimal): -11268055 or 2691156. OLE color: 2691156.

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

Color convert

RGB 84 16 41 -
CMYK 0 0.81 0.51 0.67
HSL 337.94º 0.68% 0.2% -
HSV(B) 337.94º 0.81% 0.33% -
XYZ 4.24 2.42 2.34 -
YUV 39.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 84 16 41 0 0.81 0.51 0.67 337.94 0.68 0.2
Hex 54 10 29 0 51 33 43 152 44 14
Octal 124 20 51 0 121 63 103 522 104 24
Binary 1010100 10000 101001 0 1010001 110011 1000011 101010010 1000100 10100

Color Harmonies of #541029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541029

Black with #541029

Text Example


Text Example

White with #541029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541029; }

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

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

background-color css

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

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

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

border-color css

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

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

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