Html Css Color HEX #541323 Bordeaux

📋 copy color: '#541323'

red 84 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #541323

Tints of Bordeaux #541323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

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

R = 60.87%
G = 13.77%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541323 (or 0x541323) is known color: Bordeaux. HEX triplet: 54, 13 and 23. RGB value is (84,19,35). Sum of RGB (Red+Green+Blue) = 84+19+35=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541323 is #ABECDC. Grayscale: #282828. Windows color (decimal): -11267293 or 2298708. OLE color: 2298708.

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

Color convert

RGB 84 19 35 -
CMYK 0 0.77 0.58 0.67
HSL 345.23º 0.63% 0.2% -
HSV(B) 345.23º 0.77% 0.33% -
XYZ 4.19 2.47 1.85 -
YUV 40.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 84 19 35 0 0.77 0.58 0.67 345.23 0.63 0.2
Hex 54 13 23 0 4D 3A 43 159 3F 14
Octal 124 23 43 0 115 72 103 531 77 24
Binary 1010100 10011 100011 0 1001101 111010 1000011 101011001 111111 10100

Color Harmonies of #541323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541323

Black with #541323

Text Example


Text Example

White with #541323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541323; }

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

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

background-color css

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

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

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

border-color css

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

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

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