Html Css Color HEX #532C47 Loulou

📋 copy color: '#532C47'

red 83 ◦ green 44 ◦ blue 71

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

Shades of Loulou #532C47

Tints of Loulou #532C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 41.92%
G = 22.22%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#532C47 (or 0x532C47) is known color: Loulou. HEX triplet: 53, 2C and 47. RGB value is (83,44,71). Sum of RGB (Red+Green+Blue) = 83+44+71=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #532C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C47 is #ACD3B8. Grayscale: #3A3A3A. Windows color (decimal): -11326393 or 4664403. OLE color: 4664403.

HSL color Cylindrical-coordinate representation of color #532C47: hue angle of 318.46º 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 #532C47 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 44 71 -
CMYK 0 0.47 0.14 0.67
HSL 318.46º 0.31% 0.25% -
HSV(B) 318.46º 0.47% 0.33% -
XYZ 5.61 4.1 6.46 -
YUV 58.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 83 44 71 0 0.47 0.14 0.67 318.46 0.31 0.25
Hex 53 2C 47 0 2F E 43 13E 1F 19
Octal 123 54 107 0 57 16 103 476 37 31
Binary 1010011 101100 1000111 0 101111 1110 1000011 100111110 11111 11001

Color Harmonies of #532C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C47

Black with #532C47

Text Example


Text Example

White with #532C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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