Html Css Color HEX #541C23 Bordeaux

📋 copy color: '#541C23'

red 84 ◦ green 28 ◦ blue 35

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

Shades of Bordeaux #541C23

Tints of Bordeaux #541C23

RGB

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

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

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

R = 57.14%
G = 19.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541C23 (or 0x541C23) is known color: Bordeaux. HEX triplet: 54, 1C and 23. RGB value is (84,28,35). Sum of RGB (Red+Green+Blue) = 84+28+35=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #541C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541C23 is #ABE3DC. Grayscale: #2D2D2D. Windows color (decimal): -11264989 or 2301012. OLE color: 2301012.

HSL color Cylindrical-coordinate representation of color #541C23: hue angle of 352.5º 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 #541C23 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 28 35 -
CMYK 0 0.67 0.58 0.67
HSL 352.5º 0.5% 0.22% -
HSV(B) 352.5º 0.67% 0.33% -
XYZ 4.37 2.84 1.91 -
YUV 45.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 84 28 35 0 0.67 0.58 0.67 352.5 0.5 0.22
Hex 54 1C 23 0 43 3A 43 160 32 16
Octal 124 34 43 0 103 72 103 540 62 26
Binary 1010100 11100 100011 0 1000011 111010 1000011 101100000 110010 10110

Color Harmonies of #541C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541C23

Black with #541C23

Text Example


Text Example

White with #541C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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