Html Css Color HEX #541B24 Bordeaux

📋 copy color: '#541B24'

red 84 ◦ green 27 ◦ blue 36

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

Shades of Bordeaux #541B24

Tints of Bordeaux #541B24

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

 BLUE value IS 36 (14.45% from 255) = 24.49%

R = 57.14%
G = 18.37%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#541B24 (or 0x541B24) is known color: Bordeaux. HEX triplet: 54, 1B and 24. RGB value is (84,27,36). Sum of RGB (Red+Green+Blue) = 84+27+36=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B24 is #ABE4DB. Grayscale: #2D2D2D. Windows color (decimal): -11265244 or 2366292. OLE color: 2366292.

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

Color convert

RGB 84 27 36 -
CMYK 0 0.68 0.57 0.67
HSL 350.53º 0.51% 0.22% -
HSV(B) 350.53º 0.68% 0.33% -
XYZ 4.37 2.8 1.98 -
YUV 45.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 84 27 36 0 0.68 0.57 0.67 350.53 0.51 0.22
Hex 54 1B 24 0 44 39 43 15F 33 16
Octal 124 33 44 0 104 71 103 537 63 26
Binary 1010100 11011 100100 0 1000100 111001 1000011 101011111 110011 10110

Color Harmonies of #541B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B24

Black with #541B24

Text Example


Text Example

White with #541B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,36); }

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

background-color css

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

 a { background-color: rgb(84,27,36); }

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

border-color css

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

 span { border-color: rgb(84,27,36); }

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