Html Css Color HEX #52344A Loulou

📋 copy color: '#52344A'

red 82 ◦ green 52 ◦ blue 74

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

Shades of Loulou #52344A

Tints of Loulou #52344A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 39.42%
G = 25%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52344A (or 0x52344A) is known color: Loulou. HEX triplet: 52, 34 and 4A. RGB value is (82,52,74). Sum of RGB (Red+Green+Blue) = 82+52+74=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 82 - color contains mainly: red. Hex color #52344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52344A is #ADCBB5. Grayscale: #3F3F3F. Windows color (decimal): -11389878 or 4863058. OLE color: 4863058.

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

Color convert

RGB 82 52 74 -
CMYK 0 0.37 0.10 0.68
HSL 316º 0.22% 0.26% -
HSV(B) 316º 0.37% 0.32% -
XYZ 5.94 4.74 7.08 -
YUV 63.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 82 52 74 0 0.37 0.10 0.68 316 0.22 0.26
Hex 52 34 4A 0 25 A 44 13C 16 1A
Octal 122 64 112 0 45 12 104 474 26 32
Binary 1010010 110100 1001010 0 100101 1010 1000100 100111100 10110 11010

Color Harmonies of #52344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52344A

Black with #52344A

Text Example


Text Example

White with #52344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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