Html Css Color HEX #541A23 Bordeaux

📋 copy color: '#541A23'

red 84 ◦ green 26 ◦ blue 35

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

Shades of Bordeaux #541A23

Tints of Bordeaux #541A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.93%

 BLUE value IS 35 (14.06% from 255) = 24.14%

R = 57.93%
G = 17.93%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541A23 (or 0x541A23) is known color: Bordeaux. HEX triplet: 54, 1A and 23. RGB value is (84,26,35). Sum of RGB (Red+Green+Blue) = 84+26+35=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A23 is #ABE5DC. Grayscale: #2C2C2C. Windows color (decimal): -11265501 or 2300500. OLE color: 2300500.

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

Color convert

RGB 84 26 35 -
CMYK 0 0.69 0.58 0.67
HSL 350.69º 0.53% 0.22% -
HSV(B) 350.69º 0.69% 0.33% -
XYZ 4.33 2.74 1.89 -
YUV 44.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 84 26 35 0 0.69 0.58 0.67 350.69 0.53 0.22
Hex 54 1A 23 0 45 3A 43 15F 35 16
Octal 124 32 43 0 105 72 103 537 65 26
Binary 1010100 11010 100011 0 1000101 111010 1000011 101011111 110101 10110

Color Harmonies of #541A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A23

Black with #541A23

Text Example


Text Example

White with #541A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,35); }

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

background-color css

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

 a { background-color: rgb(84,26,35); }

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

border-color css

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

 span { border-color: rgb(84,26,35); }

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