#52274A

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

Shades of Loulou #52274A

Tints of Loulou #52274A

Color information

#52274A (or 0x52274A) is unknown color: approx Loulou. HEX triplet: 52, 27 and 4A. RGB value is (82,39,74). Sum of RGB (Red+Green+Blue) = 82+39+74=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52274A is #ADD8B5. Grayscale: #373737. Windows color (decimal): -11393206 or 4859730. OLE color: 4859730.

HSL color Cylindrical-coordinate representation of color #52274A: hue angle of 311.16º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52274A is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.68.

Color convert

RGB823974-
CMYK00.520.100.68
HSL311.16º35.54%23.73%-
HSV(B)311.16º52.44%32.16%-
XYZ5.443.746.91-
YUV55.85138.25146.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.05%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=42.05%
G=20%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82397400.520.100.68311.1635.5423.73
Hex52274A034A441372418
Octal12247112064121044674430
Binary1010010100111100101001101001010100010010011011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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