Html Css Color HEX #532C4A Loulou

📋 copy color: '#532C4A'

red 83 ◦ green 44 ◦ blue 74

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

Shades of Loulou #532C4A

Tints of Loulou #532C4A

RGB

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

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

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

R = 41.29%
G = 21.89%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#532C4A (or 0x532C4A) is known color: Loulou. HEX triplet: 53, 2C and 4A. RGB value is (83,44,74). Sum of RGB (Red+Green+Blue) = 83+44+74=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4A is #ACD3B5. Grayscale: #3B3B3B. Windows color (decimal): -11326390 or 4861011. OLE color: 4861011.

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

Color convert

RGB 83 44 74 -
CMYK 0 0.47 0.11 0.67
HSL 313.85º 0.31% 0.25% -
HSV(B) 313.85º 0.47% 0.33% -
XYZ 5.7 4.13 6.98 -
YUV 59.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 83 44 74 0 0.47 0.11 0.67 313.85 0.31 0.25
Hex 53 2C 4A 0 2F B 43 13A 1F 19
Octal 123 54 112 0 57 13 103 472 37 31
Binary 1010011 101100 1001010 0 101111 1011 1000011 100111010 11111 11001

Color Harmonies of #532C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532C4A

Black with #532C4A

Text Example


Text Example

White with #532C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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