Html Css Color HEX #54154C Loulou

📋 copy color: '#54154C'

red 84 ◦ green 21 ◦ blue 76

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

Shades of Loulou #54154C

Tints of Loulou #54154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.99%

R = 46.41%
G = 11.6%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54154C (or 0x54154C) is known color: Loulou. HEX triplet: 54, 15 and 4C. RGB value is (84,21,76). Sum of RGB (Red+Green+Blue) = 84+21+76=181 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.41% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 84 - color contains mainly: red. Hex color #54154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54154C is #ABEAB3. Grayscale: #2D2D2D. Windows color (decimal): -11266740 or 4986196. OLE color: 4986196.

HSL color Cylindrical-coordinate representation of color #54154C: hue angle of 307.62º 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 #54154C is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 21 76 -
CMYK 0 0.75 0.10 0.67
HSL 307.62º 0.6% 0.21% -
HSV(B) 307.62º 0.75% 0.33% -
XYZ 5.23 2.94 7.13 -
YUV 46.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 84 21 76 0 0.75 0.10 0.67 307.62 0.6 0.21
Hex 54 15 4C 0 4B A 43 134 3C 15
Octal 124 25 114 0 113 12 103 464 74 25
Binary 1010100 10101 1001100 0 1001011 1010 1000011 100110100 111100 10101

Color Harmonies of #54154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54154C

Black with #54154C

Text Example


Text Example

White with #54154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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