#54274B

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

Shades of Loulou #54274B

Tints of Loulou #54274B

Color information

#54274B (or 0x54274B) is unknown color: approx Loulou. HEX triplet: 54, 27 and 4B. RGB value is (84,39,75). Sum of RGB (Red+Green+Blue) = 84+39+75=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54274B is #ABD8B4. Grayscale: #383838. Windows color (decimal): -11262133 or 4925268. OLE color: 4925268.

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

Color convert

RGB843975-
CMYK00.540.110.67
HSL312º36.59%24.12%-
HSV(B)312º53.57%32.94%-
XYZ5.653.847.1-
YUV56.56138.41147.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.42%
GREEN value IS 39 (15.62% from 255) = 19.70%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=42.42%
G=19.70%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84397500.540.110.6731236.5924.12
Hex54274B036B431382518
Octal12447113066131034704530
Binary1010100100111100101101101101011100001110011100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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