Html Css Color HEX #541126 Bordeaux

📋 copy color: '#541126'

red 84 ◦ green 17 ◦ blue 38

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

Shades of Bordeaux #541126

Tints of Bordeaux #541126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 60.43%
G = 12.23%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541126 (or 0x541126) is known color: Bordeaux. HEX triplet: 54, 11 and 26. RGB value is (84,17,38). Sum of RGB (Red+Green+Blue) = 84+17+38=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541126 is #ABEED9. Grayscale: #272727. Windows color (decimal): -11267802 or 2494804. OLE color: 2494804.

HSL color Cylindrical-coordinate representation of color #541126: hue angle of 341.19º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541126 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 38 -
CMYK 0 0.80 0.55 0.67
HSL 341.19º 0.66% 0.2% -
HSV(B) 341.19º 0.8% 0.33% -
XYZ 4.21 2.43 2.08 -
YUV 39.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 84 17 38 0 0.80 0.55 0.67 341.19 0.66 0.2
Hex 54 11 26 0 50 37 43 155 42 14
Octal 124 21 46 0 120 67 103 525 102 24
Binary 1010100 10001 100110 0 1010000 110111 1000011 101010101 1000010 10100

Color Harmonies of #541126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541126

Black with #541126

Text Example


Text Example

White with #541126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541126; }

 p { color: rgb(84,17,38); }

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

background-color css

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

 a { background-color: rgb(84,17,38); }

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

border-color css

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

 span { border-color: rgb(84,17,38); }

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