Html Css Color HEX #54154B Loulou

📋 copy color: '#54154B'

red 84 ◦ green 21 ◦ blue 75

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

Shades of Loulou #54154B

Tints of Loulou #54154B

RGB

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

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

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

R = 46.67%
G = 11.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54154B (or 0x54154B) is known color: Loulou. HEX triplet: 54, 15 and 4B. RGB value is (84,21,75). Sum of RGB (Red+Green+Blue) = 84+21+75=180 (23% of max value = 765). Red value is 84 (33.20% from 255 or 46.67% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 84 - color contains mainly: red. Hex color #54154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54154B is #ABEAB4. Grayscale: #2D2D2D. Windows color (decimal): -11266741 or 4920660. OLE color: 4920660.

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

Color convert

RGB 84 21 75 -
CMYK 0 0.75 0.11 0.67
HSL 308.57º 0.6% 0.21% -
HSV(B) 308.57º 0.75% 0.33% -
XYZ 5.19 2.93 6.95 -
YUV 45.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 84 21 75 0 0.75 0.11 0.67 308.57 0.6 0.21
Hex 54 15 4B 0 4B B 43 135 3C 15
Octal 124 25 113 0 113 13 103 465 74 25
Binary 1010100 10101 1001011 0 1001011 1011 1000011 100110101 111100 10101

Color Harmonies of #54154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54154B

Black with #54154B

Text Example


Text Example

White with #54154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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