Html Css Color HEX #532148 Loulou

📋 copy color: '#532148'

red 83 ◦ green 33 ◦ blue 72

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

Shades of Loulou #532148

Tints of Loulou #532148

RGB

 RED value IS 83 (32.81% from 255) = 44.15%

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 44.15%
G = 17.55%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532148 (or 0x532148) is known color: Loulou. HEX triplet: 53, 21 and 48. RGB value is (83,33,72). Sum of RGB (Red+Green+Blue) = 83+33+72=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #532148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532148 is #ACDEB7. Grayscale: #343434. Windows color (decimal): -11329208 or 4727123. OLE color: 4727123.

HSL color Cylindrical-coordinate representation of color #532148: hue angle of 313.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532148 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 72 -
CMYK 0 0.60 0.13 0.67
HSL 313.2º 0.43% 0.23% -
HSV(B) 313.2º 0.6% 0.33% -
XYZ 5.28 3.39 6.51 -
YUV 52.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 83 33 72 0 0.60 0.13 0.67 313.2 0.43 0.23
Hex 53 21 48 0 3C D 43 139 2B 17
Octal 123 41 110 0 74 15 103 471 53 27
Binary 1010011 100001 1001000 0 111100 1101 1000011 100111001 101011 10111

Color Harmonies of #532148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532148

Black with #532148

Text Example


Text Example

White with #532148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532148; }

 p { color: rgb(83,33,72); }

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

background-color css

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

 a { background-color: rgb(83,33,72); }

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

border-color css

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

 span { border-color: rgb(83,33,72); }

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