Html Css Color HEX #52374A Loulou

📋 copy color: '#52374A'

red 82 ◦ green 55 ◦ blue 74

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

Shades of Loulou #52374A

Tints of Loulou #52374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

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

R = 38.86%
G = 26.07%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52374A (or 0x52374A) is known color: Loulou. HEX triplet: 52, 37 and 4A. RGB value is (82,55,74). Sum of RGB (Red+Green+Blue) = 82+55+74=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52374A is #ADC8B5. Grayscale: #414141. Windows color (decimal): -11389110 or 4863826. OLE color: 4863826.

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

Color convert

RGB 82 55 74 -
CMYK 0 0.33 0.10 0.68
HSL 317.78º 0.2% 0.27% -
HSV(B) 317.78º 0.33% 0.32% -
XYZ 6.08 5.02 7.13 -
YUV 65.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 82 55 74 0 0.33 0.10 0.68 317.78 0.2 0.27
Hex 52 37 4A 0 21 A 44 13E 14 1B
Octal 122 67 112 0 41 12 104 476 24 33
Binary 1010010 110111 1001010 0 100001 1010 1000100 100111110 10100 11011

Color Harmonies of #52374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52374A

Black with #52374A

Text Example


Text Example

White with #52374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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