Html Css Color HEX #52384A Loulou

📋 copy color: '#52384A'

red 82 ◦ green 56 ◦ blue 74

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

Shades of Loulou #52384A

Tints of Loulou #52384A

RGB

 RED value IS 82 (32.42% from 255) = 38.68%

 GREEN value IS 56 (22.27% from 255) = 26.42%

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 38.68%
G = 26.42%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52384A (or 0x52384A) is known color: Loulou. HEX triplet: 52, 38 and 4A. RGB value is (82,56,74). Sum of RGB (Red+Green+Blue) = 82+56+74=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 82 - color contains mainly: red. Hex color #52384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52384A is #ADC7B5. Grayscale: #414141. Windows color (decimal): -11388854 or 4864082. OLE color: 4864082.

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

Color convert

RGB 82 56 74 -
CMYK 0 0.32 0.10 0.68
HSL 318.46º 0.19% 0.27% -
HSV(B) 318.46º 0.32% 0.32% -
XYZ 6.13 5.12 7.14 -
YUV 65.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 82 56 74 0 0.32 0.10 0.68 318.46 0.19 0.27
Hex 52 38 4A 0 20 A 44 13E 13 1B
Octal 122 70 112 0 40 12 104 476 23 33
Binary 1010010 111000 1001010 0 100000 1010 1000100 100111110 10011 11011

Color Harmonies of #52384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52384A

Black with #52384A

Text Example


Text Example

White with #52384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52384A;
 }
 .AnyTagClassName
 {
   color: #52384A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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