Html Css Color HEX #52314A Loulou

📋 copy color: '#52314A'

red 82 ◦ green 49 ◦ blue 74

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

Shades of Loulou #52314A

Tints of Loulou #52314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.9%

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

R = 40%
G = 23.9%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52314A (or 0x52314A) is known color: Loulou. HEX triplet: 52, 31 and 4A. RGB value is (82,49,74). Sum of RGB (Red+Green+Blue) = 82+49+74=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #52314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52314A is #ADCEB5. Grayscale: #3D3D3D. Windows color (decimal): -11390646 or 4862290. OLE color: 4862290.

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

Color convert

RGB 82 49 74 -
CMYK 0 0.40 0.10 0.68
HSL 314.55º 0.25% 0.26% -
HSV(B) 314.55º 0.4% 0.32% -
XYZ 5.81 4.48 7.04 -
YUV 61.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 82 49 74 0 0.40 0.10 0.68 314.55 0.25 0.26
Hex 52 31 4A 0 28 A 44 13B 19 1A
Octal 122 61 112 0 50 12 104 473 31 32
Binary 1010010 110001 1001010 0 101000 1010 1000100 100111011 11001 11010

Color Harmonies of #52314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52314A

Black with #52314A

Text Example


Text Example

White with #52314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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