Html Css Color HEX #532C4C Loulou

📋 copy color: '#532C4C'

red 83 ◦ green 44 ◦ blue 76

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

Shades of Loulou #532C4C

Tints of Loulou #532C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.44%

R = 40.89%
G = 21.67%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#532C4C (or 0x532C4C) is known color: Loulou. HEX triplet: 53, 2C and 4C. RGB value is (83,44,76). Sum of RGB (Red+Green+Blue) = 83+44+76=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4C is #ACD3B3. Grayscale: #3B3B3B. Windows color (decimal): -11326388 or 4992083. OLE color: 4992083.

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

Color convert

RGB 83 44 76 -
CMYK 0 0.47 0.08 0.67
HSL 310.77º 0.31% 0.25% -
HSV(B) 310.77º 0.47% 0.33% -
XYZ 5.77 4.16 7.34 -
YUV 59.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 83 44 76 0 0.47 0.08 0.67 310.77 0.31 0.25
Hex 53 2C 4C 0 2F 8 43 137 1F 19
Octal 123 54 114 0 57 10 103 467 37 31
Binary 1010011 101100 1001100 0 101111 1000 1000011 100110111 11111 11001

Color Harmonies of #532C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C4C

Black with #532C4C

Text Example


Text Example

White with #532C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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