Html Css Color HEX #541523 Bordeaux

📋 copy color: '#541523'

red 84 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #541523

Tints of Bordeaux #541523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

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

R = 60%
G = 15%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541523 (or 0x541523) is known color: Bordeaux. HEX triplet: 54, 15 and 23. RGB value is (84,21,35). Sum of RGB (Red+Green+Blue) = 84+21+35=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541523 is #ABEADC. Grayscale: #292929. Windows color (decimal): -11266781 or 2299220. OLE color: 2299220.

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

Color convert

RGB 84 21 35 -
CMYK 0 0.75 0.58 0.67
HSL 346.67º 0.6% 0.21% -
HSV(B) 346.67º 0.75% 0.33% -
XYZ 4.23 2.54 1.86 -
YUV 41.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 84 21 35 0 0.75 0.58 0.67 346.67 0.6 0.21
Hex 54 15 23 0 4B 3A 43 15B 3C 15
Octal 124 25 43 0 113 72 103 533 74 25
Binary 1010100 10101 100011 0 1001011 111010 1000011 101011011 111100 10101

Color Harmonies of #541523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541523

Black with #541523

Text Example


Text Example

White with #541523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541523; }

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

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

background-color css

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

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

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

border-color css

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

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

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