Html Css Color HEX #541226 Bordeaux

📋 copy color: '#541226'

red 84 ◦ green 18 ◦ blue 38

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

Shades of Bordeaux #541226

Tints of Bordeaux #541226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 60%
G = 12.86%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541226 (or 0x541226) is known color: Bordeaux. HEX triplet: 54, 12 and 26. RGB value is (84,18,38). Sum of RGB (Red+Green+Blue) = 84+18+38=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541226 is #ABEDD9. Grayscale: #282828. Windows color (decimal): -11267546 or 2495060. OLE color: 2495060.

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

Color convert

RGB 84 18 38 -
CMYK 0 0.79 0.55 0.67
HSL 341.82º 0.65% 0.2% -
HSV(B) 341.82º 0.79% 0.33% -
XYZ 4.22 2.46 2.09 -
YUV 40.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 84 18 38 0 0.79 0.55 0.67 341.82 0.65 0.2
Hex 54 12 26 0 4F 37 43 156 41 14
Octal 124 22 46 0 117 67 103 526 101 24
Binary 1010100 10010 100110 0 1001111 110111 1000011 101010110 1000001 10100

Color Harmonies of #541226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541226

Black with #541226

Text Example


Text Example

White with #541226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541226; }

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

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

background-color css

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

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

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

border-color css

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

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

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