#54274E

Color #54274E Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #54274E

Tints of Loulou #54274E

Color information

#54274E (or 0x54274E) is unknown color: approx Loulou. HEX triplet: 54, 27 and 4E. RGB value is (84,39,78). Sum of RGB (Red+Green+Blue) = 84+39+78=201 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.79% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 84 - color contains mainly: red. Hex color #54274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54274E is #ABD8B1. Grayscale: #383838. Windows color (decimal): -11262130 or 5121876. OLE color: 5121876.

HSL color Cylindrical-coordinate representation of color #54274E: hue angle of 308º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54274E is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB843978-
CMYK00.540.070.67
HSL308º36.59%24.12%-
HSV(B)308º53.57%32.94%-
XYZ5.763.897.65-
YUV56.9139.91147.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.79%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=41.79%
G=19.40%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84397800.540.070.6730836.5924.12
Hex54274E0367431342518
Octal1244711606671034644530
Binary101010010011110011100110110111100001110011010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54274E; }

 p { color: rgb(84,39,78); }

 H1.HeaderClassName
 {
   color: #54274E;
 }
 .AnyTagClassName
 {
   color: #54274E;
 }
</style>
background-color css

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

 a { background-color: rgb(84,39,78); }

 div.DivClassName
 {
   background-color: #54274E;
 }
 .BgClassName
 {
   background-color: #54274E;
 }
</style>
border-color css

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

 span { border-color: rgb(84,39,78); }

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