Html Css Color HEX #541624 Bordeaux

📋 copy color: '#541624'

red 84 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #541624

Tints of Bordeaux #541624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

 BLUE value IS 36 (14.45% from 255) = 25.35%

R = 59.15%
G = 15.49%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#541624 (or 0x541624) is known color: Bordeaux. HEX triplet: 54, 16 and 24. RGB value is (84,22,36). Sum of RGB (Red+Green+Blue) = 84+22+36=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #541624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541624 is #ABE9DB. Grayscale: #2A2A2A. Windows color (decimal): -11266524 or 2365012. OLE color: 2365012.

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

Color convert

RGB 84 22 36 -
CMYK 0 0.74 0.57 0.67
HSL 346.45º 0.58% 0.21% -
HSV(B) 346.45º 0.74% 0.33% -
XYZ 4.26 2.59 1.94 -
YUV 42.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 84 22 36 0 0.74 0.57 0.67 346.45 0.58 0.21
Hex 54 16 24 0 4A 39 43 15A 3A 15
Octal 124 26 44 0 112 71 103 532 72 25
Binary 1010100 10110 100100 0 1001010 111001 1000011 101011010 111010 10101

Color Harmonies of #541624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541624

Black with #541624

Text Example


Text Example

White with #541624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541624; }

 p { color: rgb(84,22,36); }

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

background-color css

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

 a { background-color: rgb(84,22,36); }

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

border-color css

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

 span { border-color: rgb(84,22,36); }

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