Html Css Color HEX #54294B Loulou

📋 copy color: '#54294B'

red 84 ◦ green 41 ◦ blue 75

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

Shades of Loulou #54294B

Tints of Loulou #54294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.5%

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 42%
G = 20.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54294B (or 0x54294B) is known color: Loulou. HEX triplet: 54, 29 and 4B. RGB value is (84,41,75). Sum of RGB (Red+Green+Blue) = 84+41+75=200 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 84 - color contains mainly: red. Hex color #54294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54294B is #ABD6B4. Grayscale: #393939. Windows color (decimal): -11261621 or 4925780. OLE color: 4925780.

HSL color Cylindrical-coordinate representation of color #54294B: hue angle of 312.56º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54294B is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 41 75 -
CMYK 0 0.51 0.11 0.67
HSL 312.56º 0.34% 0.25% -
HSV(B) 312.56º 0.51% 0.33% -
XYZ 5.72 3.98 7.12 -
YUV 57.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 84 41 75 0 0.51 0.11 0.67 312.56 0.34 0.25
Hex 54 29 4B 0 33 B 43 139 22 19
Octal 124 51 113 0 63 13 103 471 42 31
Binary 1010100 101001 1001011 0 110011 1011 1000011 100111001 100010 11001

Color Harmonies of #54294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54294B

Black with #54294B

Text Example


Text Example

White with #54294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54294B; }

 p { color: rgb(84,41,75); }

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

background-color css

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

 a { background-color: rgb(84,41,75); }

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

border-color css

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

 span { border-color: rgb(84,41,75); }

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