#54274A

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

Shades of Loulou #54274A

Tints of Loulou #54274A

Color information

#54274A (or 0x54274A) is unknown color: approx Loulou. HEX triplet: 54, 27 and 4A. RGB value is (84,39,74). Sum of RGB (Red+Green+Blue) = 84+39+74=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54274A is #ABD8B5. Grayscale: #383838. Windows color (decimal): -11262134 or 4859732. OLE color: 4859732.

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

Color convert

RGB843974-
CMYK00.540.120.67
HSL313.33º36.59%24.12%-
HSV(B)313.33º53.57%32.94%-
XYZ5.623.836.92-
YUV56.44137.91147.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.64%
GREEN value IS 39 (15.62% from 255) = 19.80%
BLUE value IS 74 (29.30% from 255) = 37.56%
R=42.64%
G=19.80%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84397400.540.120.67313.3336.5924.12
Hex54274A036C431392518
Octal12447112066141034714530
Binary1010100100111100101001101101100100001110011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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