Html Css Color HEX #541223 Bordeaux

📋 copy color: '#541223'

red 84 ◦ green 18 ◦ blue 35

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

Shades of Bordeaux #541223

Tints of Bordeaux #541223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 61.31%
G = 13.14%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#541223 (or 0x541223) is known color: Bordeaux. HEX triplet: 54, 12 and 23. RGB value is (84,18,35). Sum of RGB (Red+Green+Blue) = 84+18+35=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541223 is #ABEDDC. Grayscale: #272727. Windows color (decimal): -11267549 or 2298452. OLE color: 2298452.

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

Color convert

RGB 84 18 35 -
CMYK 0 0.79 0.58 0.67
HSL 344.55º 0.65% 0.2% -
HSV(B) 344.55º 0.79% 0.33% -
XYZ 4.18 2.44 1.84 -
YUV 39.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 84 18 35 0 0.79 0.58 0.67 344.55 0.65 0.2
Hex 54 12 23 0 4F 3A 43 159 41 14
Octal 124 22 43 0 117 72 103 531 101 24
Binary 1010100 10010 100011 0 1001111 111010 1000011 101011001 1000001 10100

Color Harmonies of #541223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541223

Black with #541223

Text Example


Text Example

White with #541223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541223; }

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

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

background-color css

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

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

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

border-color css

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

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

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