Html Css Color HEX #541723 Bordeaux

📋 copy color: '#541723'

red 84 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #541723

Tints of Bordeaux #541723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 59.15%
G = 16.2%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541723 (or 0x541723) is known color: Bordeaux. HEX triplet: 54, 17 and 23. RGB value is (84,23,35). Sum of RGB (Red+Green+Blue) = 84+23+35=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541723 is #ABE8DC. Grayscale: #2A2A2A. Windows color (decimal): -11266269 or 2299732. OLE color: 2299732.

HSL color Cylindrical-coordinate representation of color #541723: hue angle of 348.2º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541723 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 23 35 -
CMYK 0 0.73 0.58 0.67
HSL 348.2º 0.57% 0.21% -
HSV(B) 348.2º 0.73% 0.33% -
XYZ 4.27 2.62 1.87 -
YUV 42.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 84 23 35 0 0.73 0.58 0.67 348.2 0.57 0.21
Hex 54 17 23 0 49 3A 43 15C 39 15
Octal 124 27 43 0 111 72 103 534 71 25
Binary 1010100 10111 100011 0 1001001 111010 1000011 101011100 111001 10101

Color Harmonies of #541723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541723

Black with #541723

Text Example


Text Example

White with #541723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541723; }

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

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

background-color css

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

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

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

border-color css

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

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

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