Html Css Color HEX #532C48 Loulou

📋 copy color: '#532C48'

red 83 ◦ green 44 ◦ blue 72

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

Shades of Loulou #532C48

Tints of Loulou #532C48

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

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

R = 41.71%
G = 22.11%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#532C48 (or 0x532C48) is known color: Loulou. HEX triplet: 53, 2C and 48. RGB value is (83,44,72). Sum of RGB (Red+Green+Blue) = 83+44+72=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #532C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C48 is #ACD3B7. Grayscale: #3A3A3A. Windows color (decimal): -11326392 or 4729939. OLE color: 4729939.

HSL color Cylindrical-coordinate representation of color #532C48: hue angle of 316.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C48 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 72 -
CMYK 0 0.47 0.13 0.67
HSL 316.92º 0.31% 0.25% -
HSV(B) 316.92º 0.47% 0.33% -
XYZ 5.64 4.11 6.63 -
YUV 58.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 83 44 72 0 0.47 0.13 0.67 316.92 0.31 0.25
Hex 53 2C 48 0 2F D 43 13D 1F 19
Octal 123 54 110 0 57 15 103 475 37 31
Binary 1010011 101100 1001000 0 101111 1101 1000011 100111101 11111 11001

Color Harmonies of #532C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C48

Black with #532C48

Text Example


Text Example

White with #532C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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