Html Css Color HEX #52134A Loulou

📋 copy color: '#52134A'

red 82 ◦ green 19 ◦ blue 74

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

Shades of Loulou #52134A

Tints of Loulou #52134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.86%

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

R = 46.86%
G = 10.86%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#52134A (or 0x52134A) is known color: Loulou. HEX triplet: 52, 13 and 4A. RGB value is (82,19,74). Sum of RGB (Red+Green+Blue) = 82+19+74=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52134A is #ADECB5. Grayscale: #2B2B2B. Windows color (decimal): -11398326 or 4854610. OLE color: 4854610.

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

Color convert

RGB 82 19 74 -
CMYK 0 0.77 0.10 0.68
HSL 307.62º 0.62% 0.2% -
HSV(B) 307.62º 0.77% 0.32% -
XYZ 4.95 2.75 6.75 -
YUV 44.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 82 19 74 0 0.77 0.10 0.68 307.62 0.62 0.2
Hex 52 13 4A 0 4D A 44 134 3E 14
Octal 122 23 112 0 115 12 104 464 76 24
Binary 1010010 10011 1001010 0 1001101 1010 1000100 100110100 111110 10100

Color Harmonies of #52134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52134A

Black with #52134A

Text Example


Text Example

White with #52134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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