Html Css Color HEX #541C26 Bordeaux

📋 copy color: '#541C26'

red 84 ◦ green 28 ◦ blue 38

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

Shades of Bordeaux #541C26

Tints of Bordeaux #541C26

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.67%

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

R = 56%
G = 18.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#541C26 (or 0x541C26) is known color: Bordeaux. HEX triplet: 54, 1C and 26. RGB value is (84,28,38). Sum of RGB (Red+Green+Blue) = 84+28+38=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 28 (11.33% from 255 or 18.67% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #541C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C26 is #ABE3D9. Grayscale: #2D2D2D. Windows color (decimal): -11264986 or 2497620. OLE color: 2497620.

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

Color convert

RGB 84 28 38 -
CMYK 0 0.67 0.55 0.67
HSL 349.29º 0.5% 0.22% -
HSV(B) 349.29º 0.67% 0.33% -
XYZ 4.42 2.86 2.15 -
YUV 45.88 123.55 155.19 -
System Red Green Blue C M Y K H S L
Decimal 84 28 38 0 0.67 0.55 0.67 349.29 0.5 0.22
Hex 54 1C 26 0 43 37 43 15D 32 16
Octal 124 34 46 0 103 67 103 535 62 26
Binary 1010100 11100 100110 0 1000011 110111 1000011 101011101 110010 10110

Color Harmonies of #541C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C26

Black with #541C26

Text Example


Text Example

White with #541C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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